#89BEFA

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

Shades of Light Sky Blue #89BEFA

Tints of Light Sky Blue #89BEFA

Color information

#89BEFA (or 0x89BEFA) is unknown color: approx Light Sky Blue. HEX triplet: 89, BE and FA. RGB value is (137,190,250). Sum of RGB (Red+Green+Blue) = 137+190+250=577 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.74% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #89BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BEFA is #764105. Grayscale: #B4B4B4. Windows color (decimal): -7749894 or 16432777. OLE color: 16432777.

HSL color Cylindrical-coordinate representation of color #89BEFA: hue angle of 211.86º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89BEFA is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137190250-
CMYK0.450.2400.02
HSL211.86º91.87%75.88%-
HSV(B)211.86º45.2%98.04%-
XYZ45.9949.0597.49-
YUV180.99166.9496.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.74%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=23.74%
G=32.93%
B=43.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1371902500.450.2400.02211.8691.8775.88
Hex89BEFA2D1802d45c4c
Octal211276372553002324134114
Binary100010011011111011111010101101110000101101010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,190,250); }

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

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

 a { background-color: rgb(137,190,250); }

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

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

 span { border-color: rgb(137,190,250); }

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