#88CAF2

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

Shades of Light Sky Blue #88CAF2

Tints of Light Sky Blue #88CAF2

Color information

#88CAF2 (or 0x88CAF2) is unknown color: approx Light Sky Blue. HEX triplet: 88, CA and F2. RGB value is (136,202,242). Sum of RGB (Red+Green+Blue) = 136+202+242=580 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.45% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #88CAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CAF2 is #77350D. Grayscale: #BABABA. Windows color (decimal): -7812366 or 15911560. OLE color: 15911560.

HSL color Cylindrical-coordinate representation of color #88CAF2: hue angle of 202.64º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88CAF2 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB136202242-
CMYK0.440.1700.05
HSL202.64º80.3%74.12%-
HSV(B)202.64º43.8%94.9%-
XYZ47.353.8991.91-
YUV186.83159.1391.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.45%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 242 (94.92% from 255) = 41.72%
R=23.45%
G=34.83%
B=41.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1362022420.440.1700.05202.6480.374.12
Hex88CAF22C1105cb504a
Octal210312362542105313120112
Binary1000100011001010111100101011001000101011100101110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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