#88CAEA

Color #88CAEA Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #88CAEA

Tints of Sky Blue #88CAEA

Color information

#88CAEA (or 0x88CAEA) is unknown color: approx Sky Blue. HEX triplet: 88, CA and EA. RGB value is (136,202,234). Sum of RGB (Red+Green+Blue) = 136+202+234=572 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.78% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #88CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CAEA is #773515. Grayscale: #B9B9B9. Windows color (decimal): -7812374 or 15387272. OLE color: 15387272.

HSL color Cylindrical-coordinate representation of color #88CAEA: hue angle of 199.59º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88CAEA is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136202234-
CMYK0.420.1400.08
HSL199.59º70%72.55%-
HSV(B)199.59º41.88%91.76%-
XYZ46.1353.4285.72-
YUV185.91155.1392.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.78%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=23.78%
G=35.31%
B=40.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1362022340.420.1400.08199.597072.55
Hex88CAEA2AE08c84649
Octal2103123525216010310106111
Binary1000100011001010111010101010101110010001100100010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,202,234); }

 H1.HeaderClassName
 {
   color: #88CAEA;
 }
 .AnyTagClassName
 {
   color: #88CAEA;
 }
</style>
background-color css

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

 a { background-color: rgb(136,202,234); }

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

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

 span { border-color: rgb(136,202,234); }

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