#88DAFA

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

Shades of Light Sky Blue #88DAFA

Tints of Light Sky Blue #88DAFA

Color information

#88DAFA (or 0x88DAFA) is unknown color: approx Light Sky Blue. HEX triplet: 88, DA and FA. RGB value is (136,218,250). Sum of RGB (Red+Green+Blue) = 136+218+250=604 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.52% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #88DAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DAFA is #772505. Grayscale: #C4C4C4. Windows color (decimal): -7808262 or 16439944. OLE color: 16439944.

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

Color convert

RGB136218250-
CMYK0.460.1300.02
HSL196.84º91.94%75.69%-
HSV(B)196.84º45.6%98.04%-
XYZ52.4862.2899.7-
YUV197.13157.8384.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.52%
GREEN value IS 218 (85.55% from 255) = 36.09%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=22.52%
G=36.09%
B=41.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362182500.460.1300.02196.8491.9475.69
Hex88DAFA2ED02c55c4c
Octal210332372561502305134114
Binary10001000110110101111101010111011010101100010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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