Html Css Color HEX #88ACE5 Jordy Blue

📋 copy color: '#88ACE5'

red 136 ◦ green 172 ◦ blue 229

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

Shades of Jordy Blue #88ACE5

Tints of Jordy Blue #88ACE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.64%

R = 25.33%
G = 32.03%
B = 42.64%

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

#88ACE5 (or 0x88ACE5) is known color: Jordy Blue. HEX triplet: 88, AC and E5. RGB value is (136,172,229). Sum of RGB (Red+Green+Blue) = 136+172+229=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #88ACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACE5 is #77531A. Grayscale: #A7A7A7. Windows color (decimal): -7820059 or 15051912. OLE color: 15051912.

HSL color Cylindrical-coordinate representation of color #88ACE5: hue angle of 216.77º degrees, saturation: 0.64, 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 #88ACE5 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 136 172 229 -
CMYK 0.41 0.25 0 0.10
HSL 216.77º 0.64% 0.72% -
HSV(B) 216.77º 0.41% 0.9% -
XYZ 39.05 40.4 79.87 -
YUV 167.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 136 172 229 0.41 0.25 0 0.10 216.77 0.64 0.72
Hex 88 AC E5 29 19 0 A D9 40 48
Octal 210 254 345 51 31 0 12 331 100 110
Binary 10001000 10101100 11100101 101001 11001 0 1010 11011001 1000000 1001000

Color Harmonies of #88ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACE5

Black with #88ACE5

Text Example


Text Example

White with #88ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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