#89DBFC

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

Shades of Light Sky Blue #89DBFC

Tints of Light Sky Blue #89DBFC

Color information

#89DBFC (or 0x89DBFC) is unknown color: approx Light Sky Blue. HEX triplet: 89, DB and FC. RGB value is (137,219,252). Sum of RGB (Red+Green+Blue) = 137+219+252=608 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.53% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #89DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DBFC is #762403. Grayscale: #C6C6C6. Windows color (decimal): -7742468 or 16571273. OLE color: 16571273.

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

Color convert

RGB137219252-
CMYK0.460.1300.01
HSL197.22º95.04%76.27%-
HSV(B)197.22º45.63%98.82%-
XYZ53.2263.01101.45-
YUV198.24158.3384.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.53%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 252 (98.83% from 255) = 41.45%
R=22.53%
G=36.02%
B=41.45%

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
Decimal1372192520.460.1300.01197.2295.0476.27
Hex89DBFC2ED01c55f4c
Octal211333374561501305137114
Binary1000100111011011111111001011101101011100010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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