#89C0F0

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

Shades of Light Sky Blue #89C0F0

Tints of Light Sky Blue #89C0F0

Color information

#89C0F0 (or 0x89C0F0) is unknown color: approx Light Sky Blue. HEX triplet: 89, C0 and F0. RGB value is (137,192,240). Sum of RGB (Red+Green+Blue) = 137+192+240=569 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.08% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #89C0F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C0F0 is #763F0F. Grayscale: #B4B4B4. Windows color (decimal): -7749392 or 15777929. OLE color: 15777929.

HSL color Cylindrical-coordinate representation of color #89C0F0: hue angle of 207.96º degrees, saturation: 0.77, 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 #89C0F0 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB137192240-
CMYK0.430.2000.06
HSL207.96º77.44%73.92%-
HSV(B)207.96º42.92%94.12%-
XYZ44.8949.3189.59-
YUV181.03161.2896.6-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.08%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 240 (94.14% from 255) = 42.18%
R=24.08%
G=33.74%
B=42.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1371922400.430.2000.06207.9677.4473.92
Hex89C0F02B1406d04d4a
Octal211300360532406320115112
Binary1000100111000000111100001010111010001101101000010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,192,240); }

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

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

 a { background-color: rgb(137,192,240); }

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

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

 span { border-color: rgb(137,192,240); }

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