#88CAFF

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

Shades of Light Sky Blue #88CAFF

Tints of Light Sky Blue #88CAFF

Color information

#88CAFF (or 0x88CAFF) is unknown color: approx Light Sky Blue. HEX triplet: 88, CA and FF. RGB value is (136,202,255). Sum of RGB (Red+Green+Blue) = 136+202+255=593 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.93% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #88CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CAFF is #773500. Grayscale: #BCBCBC. Windows color (decimal): -7812353 or 16763528. OLE color: 16763528.

HSL color Cylindrical-coordinate representation of color #88CAFF: hue angle of 206.72º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88CAFF is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136202255-
CMYK0.470.2100
HSL206.72º100%76.67%-
HSV(B)206.72º46.67%100%-
XYZ49.3254.7102.57-
YUV188.31165.6390.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.93%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 255 (100% from 255) = 43.00%
R=22.93%
G=34.06%
B=43.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362022550.470.2100206.7210076.67
Hex88CAFF2F1500cf644d
Octal210312377572500317144115
Binary10001000110010101111111110111110101001100111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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