#89BCFC

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

Shades of Light Sky Blue #89BCFC

Tints of Light Sky Blue #89BCFC

Color information

#89BCFC (or 0x89BCFC) is unknown color: approx Light Sky Blue. HEX triplet: 89, BC and FC. RGB value is (137,188,252). Sum of RGB (Red+Green+Blue) = 137+188+252=577 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.74% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #89BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BCFC is #764303. Grayscale: #B3B3B3. Windows color (decimal): -7750404 or 16563337. OLE color: 16563337.

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

Color convert

RGB137188252-
CMYK0.460.2500.01
HSL213.39º95.04%76.27%-
HSV(B)213.39º45.63%98.82%-
XYZ45.8748.3199-
YUV180.05168.697.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.74%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 252 (98.83% from 255) = 43.67%
R=23.74%
G=32.58%
B=43.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371882520.460.2500.01213.3995.0476.27
Hex89BCFC2E1901d55f4c
Octal211274374563101325137114
Binary10001001101111001111110010111011001011101010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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