#88DBF0

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

Shades of Sky Blue #88DBF0

Tints of Sky Blue #88DBF0

Color information

#88DBF0 (or 0x88DBF0) is unknown color: approx Sky Blue. HEX triplet: 88, DB and F0. RGB value is (136,219,240). Sum of RGB (Red+Green+Blue) = 136+219+240=595 (78% of max value = 765). Red value is 136 (53.52% from 255 or 22.86% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 240 (94.14% from 255 or 40.34% from 595); Max value from RGB is 240 - color contains mainly: blue. Hex color #88DBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DBF0 is #77240F. Grayscale: #C4C4C4. Windows color (decimal): -7808016 or 15784840. OLE color: 15784840.

HSL color Cylindrical-coordinate representation of color #88DBF0: hue angle of 192.12º 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 #88DBF0 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136219240-
CMYK0.430.0900.06
HSL192.12º77.61%73.73%-
HSV(B)192.12º43.33%94.12%-
XYZ51.2162.1991.74-
YUV196.58152.584.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.86%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 240 (94.14% from 255) = 40.34%
R=22.86%
G=36.81%
B=40.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1362192400.430.0900.06192.1277.6173.73
Hex88DBF02B906c04e4a
Octal210333360531106300116112
Binary100010001101101111110000101011100101101100000010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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