#88DCF0

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

Shades of Sky Blue #88DCF0

Tints of Sky Blue #88DCF0

Color information

#88DCF0 (or 0x88DCF0) is unknown color: approx Sky Blue. HEX triplet: 88, DC and F0. RGB value is (136,220,240). Sum of RGB (Red+Green+Blue) = 136+220+240=596 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.82% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #88DCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DCF0 is #77230F. Grayscale: #C4C4C4. Windows color (decimal): -7807760 or 15785096. OLE color: 15785096.

HSL color Cylindrical-coordinate representation of color #88DCF0: hue angle of 191.54º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88DCF0 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136220240-
CMYK0.430.0800.06
HSL191.54º77.61%73.73%-
HSV(B)191.54º43.33%94.12%-
XYZ51.4762.7191.83-
YUV197.16152.1784.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.82%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 240 (94.14% from 255) = 40.27%
R=22.82%
G=36.91%
B=40.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362202400.430.0800.06191.5477.6173.73
Hex88DCF02B806c04e4a
Octal210334360531006300116112
Binary100010001101110011110000101011100001101100000010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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