#88DCF9

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

Shades of Light Sky Blue #88DCF9

Tints of Light Sky Blue #88DCF9

Color information

#88DCF9 (or 0x88DCF9) is unknown color: approx Light Sky Blue. HEX triplet: 88, DC and F9. RGB value is (136,220,249). Sum of RGB (Red+Green+Blue) = 136+220+249=605 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.48% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 249 (97.66% from 255 or 41.16% from 605); Max value from RGB is 249 - color contains mainly: blue. Hex color #88DCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DCF9 is #772306. Grayscale: #C5C5C5. Windows color (decimal): -7807751 or 16374920. OLE color: 16374920.

HSL color Cylindrical-coordinate representation of color #88DCF9: hue angle of 195.4º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88DCF9 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB136220249-
CMYK0.450.1200.02
HSL195.4º90.4%75.49%-
HSV(B)195.4º45.38%97.65%-
XYZ52.8563.2699.05-
YUV198.19156.6783.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.48%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 249 (97.66% from 255) = 41.16%
R=22.48%
G=36.36%
B=41.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1362202490.450.1200.02195.490.475.49
Hex88DCF92DC02c35a4b
Octal210334371551402303132113
Binary10001000110111001111100110110111000101100001110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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