#88DCFF

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

Shades of Light Sky Blue #88DCFF

Tints of Light Sky Blue #88DCFF

Color information

#88DCFF (or 0x88DCFF) is unknown color: approx Light Sky Blue. HEX triplet: 88, DC and FF. RGB value is (136,220,255). Sum of RGB (Red+Green+Blue) = 136+220+255=611 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.26% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #88DCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DCFF is #772300. Grayscale: #C6C6C6. Windows color (decimal): -7807745 or 16768136. OLE color: 16768136.

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

Color convert

RGB136220255-
CMYK0.470.1400
HSL197.65º100%76.67%-
HSV(B)197.65º46.67%100%-
XYZ53.863.64104.06-
YUV198.87159.6783.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.26%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 255 (100% from 255) = 41.73%
R=22.26%
G=36.01%
B=41.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1362202550.470.1400197.6510076.67
Hex88DCFF2FE00c6644d
Octal210334377571600306144115
Binary1000100011011100111111111011111110001100011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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