#88DBFC

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

Shades of Light Sky Blue #88DBFC

Tints of Light Sky Blue #88DBFC

Color information

#88DBFC (or 0x88DBFC) is unknown color: approx Light Sky Blue. HEX triplet: 88, DB and FC. RGB value is (136,219,252). Sum of RGB (Red+Green+Blue) = 136+219+252=607 (80% of max value = 765). Red value is 136 (53.52% from 255 or 22.41% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #88DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88DBFC is #772403. Grayscale: #C5C5C5. Windows color (decimal): -7808004 or 16571272. OLE color: 16571272.

HSL color Cylindrical-coordinate representation of color #88DBFC: hue angle of 197.07º 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 #88DBFC is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB136219252-
CMYK0.460.1300.01
HSL197.07º95.08%76.08%-
HSV(B)197.07º46.03%98.82%-
XYZ53.0662.93101.44-
YUV197.94158.583.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.41%
GREEN value IS 219 (85.94% from 255) = 36.08%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=22.41%
G=36.08%
B=41.52%

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
Decimal1362192520.460.1300.01197.0795.0876.08
Hex88DBFC2ED01c55f4c
Octal210333374561501305137114
Binary1000100011011011111111001011101101011100010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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