Html Css Color HEX #88ACE6 Jordy Blue

📋 copy color: '#88ACE6'

red 136 ◦ green 172 ◦ blue 230

#88ACE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #88ACE6

Tints of Jordy Blue #88ACE6

RGB

 RED value IS 136 (53.52% from 255) = 25.28%

 GREEN value IS 172 (67.58% from 255) = 31.97%

 BLUE value IS 230 (90.23% from 255) = 42.75%

R = 25.28%
G = 31.97%
B = 42.75%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#88ACE6 (or 0x88ACE6) is known color: Jordy Blue. HEX triplet: 88, AC and E6. RGB value is (136,172,230). Sum of RGB (Red+Green+Blue) = 136+172+230=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #88ACE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ACE6 is #775319. Grayscale: #A7A7A7. Windows color (decimal): -7820058 or 15117448. OLE color: 15117448.

HSL color Cylindrical-coordinate representation of color #88ACE6: hue angle of 217.02º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88ACE6 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 136 172 230 -
CMYK 0.41 0.25 0 0.10
HSL 217.02º 0.65% 0.72% -
HSV(B) 217.02º 0.41% 0.9% -
XYZ 39.19 40.45 80.61 -
YUV 167.85 163.07 105.28 -
System Red Green Blue C M Y K H S L
Decimal 136 172 230 0.41 0.25 0 0.10 217.02 0.65 0.72
Hex 88 AC E6 29 19 0 A D9 41 48
Octal 210 254 346 51 31 0 12 331 101 110
Binary 10001000 10101100 11100110 101001 11001 0 1010 11011001 1000001 1001000

Color Harmonies of #88ACE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACE6

Black with #88ACE6

Text Example


Text Example

White with #88ACE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88ACE6; }

 p { color: rgb(136,172,230); }

 H1.HeaderClassName
 {
   color: #88ACE6;
 }
 .AnyTagClassName
 {
   color: #88ACE6;
 }
</style>

background-color css

<style>
 a { background-color: #88ACE6; }

 a { background-color: rgb(136,172,230); }

 div.DivClassName
 {
   background-color: #88ACE6;
 }
 .BgClassName
 {
   background-color: #88ACE6;
 }
</style>

border-color css

<style>
 span { border-color: #88ACE6; }

 span { border-color: rgb(136,172,230); }

 td.TdClassName
 {
   border-color: #88ACE6;
 }
 .TagClassName
 {
   border-color: #88ACE6;
 }
</style>