#88DAFC

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

Shades of Light Sky Blue #88DAFC

Tints of Light Sky Blue #88DAFC

Color information

#88DAFC (or 0x88DAFC) is unknown color: approx Light Sky Blue. HEX triplet: 88, DA and FC. RGB value is (136,218,252). Sum of RGB (Red+Green+Blue) = 136+218+252=606 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.44% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #88DAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DAFC is #772503. Grayscale: #C5C5C5. Windows color (decimal): -7808260 or 16571016. OLE color: 16571016.

HSL color Cylindrical-coordinate representation of color #88DAFC: hue angle of 197.59º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88DAFC is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136218252-
CMYK0.460.1300.01
HSL197.59º95.08%76.08%-
HSV(B)197.59º46.03%98.82%-
XYZ52.862.41101.36-
YUV197.36158.8384.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.44%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=22.44%
G=35.97%
B=41.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1362182520.460.1300.01197.5995.0876.08
Hex88DAFC2ED01c65f4c
Octal210332374561501306137114
Binary1000100011011010111111001011101101011100011010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,218,252); }

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

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

 a { background-color: rgb(136,218,252); }

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

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

 span { border-color: rgb(136,218,252); }

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