#88CFFF

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

Shades of Light Sky Blue #88CFFF

Tints of Light Sky Blue #88CFFF

Color information

#88CFFF (or 0x88CFFF) is unknown color: approx Light Sky Blue. HEX triplet: 88, CF and FF. RGB value is (136,207,255). Sum of RGB (Red+Green+Blue) = 136+207+255=598 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.74% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #88CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CFFF is #773000. Grayscale: #BEBEBE. Windows color (decimal): -7811073 or 16764808. OLE color: 16764808.

HSL color Cylindrical-coordinate representation of color #88CFFF: hue angle of 204.2º 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 #88CFFF is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136207255-
CMYK0.470.1900
HSL204.2º100%76.67%-
HSV(B)204.2º46.67%100%-
XYZ50.5257.08102.96-
YUV191.24163.9888.6-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.74%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 255 (100% from 255) = 42.64%
R=22.74%
G=34.62%
B=42.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362072550.470.1900204.210076.67
Hex88CFFF2F1300cc644d
Octal210317377572300314144115
Binary10001000110011111111111110111110011001100110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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