#88CAFB

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

Shades of Light Sky Blue #88CAFB

Tints of Light Sky Blue #88CAFB

Color information

#88CAFB (or 0x88CAFB) is unknown color: approx Light Sky Blue. HEX triplet: 88, CA and FB. RGB value is (136,202,251). Sum of RGB (Red+Green+Blue) = 136+202+251=589 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.09% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #88CAFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CAFB is #773504. Grayscale: #BBBBBB. Windows color (decimal): -7812357 or 16501384. OLE color: 16501384.

HSL color Cylindrical-coordinate representation of color #88CAFB: hue angle of 205.57º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88CAFB is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136202251-
CMYK0.460.2000.02
HSL205.57º93.5%75.88%-
HSV(B)205.57º45.82%98.43%-
XYZ48.6954.4499.21-
YUV187.85163.6391.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.09%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 251 (98.44% from 255) = 42.61%
R=23.09%
G=34.30%
B=42.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362022510.460.2000.02205.5793.575.88
Hex88CAFB2E1402ce5d4c
Octal210312373562402316135114
Binary100010001100101011111011101110101000101100111010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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