#88CEFE

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

Shades of Light Sky Blue #88CEFE

Tints of Light Sky Blue #88CEFE

Color information

#88CEFE (or 0x88CEFE) is unknown color: approx Light Sky Blue. HEX triplet: 88, CE and FE. RGB value is (136,206,254). Sum of RGB (Red+Green+Blue) = 136+206+254=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #88CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CEFE is #773101. Grayscale: #BEBEBE. Windows color (decimal): -7811330 or 16699016. OLE color: 16699016.

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

Color convert

RGB136206254-
CMYK0.460.1900.00
HSL204.41º98.33%76.47%-
HSV(B)204.41º46.46%99.61%-
XYZ50.1156.53102.04-
YUV190.54163.8189.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.82%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=22.82%
G=34.56%
B=42.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1362062540.460.1900.00204.4198.3376.47
Hex88CEFE2E1300cc624c
Octal210316376562300314142114
Binary10001000110011101111111010111010011001100110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,206,254); }

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

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

 a { background-color: rgb(136,206,254); }

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

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

 span { border-color: rgb(136,206,254); }

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