#89C2FE

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

Shades of Light Sky Blue #89C2FE

Tints of Light Sky Blue #89C2FE

Color information

#89C2FE (or 0x89C2FE) is unknown color: approx Light Sky Blue. HEX triplet: 89, C2 and FE. RGB value is (137,194,254). Sum of RGB (Red+Green+Blue) = 137+194+254=585 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.42% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #89C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C2FE is #763D01. Grayscale: #B7B7B7. Windows color (decimal): -7748866 or 16695945. OLE color: 16695945.

HSL color Cylindrical-coordinate representation of color #89C2FE: hue angle of 210.77º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89C2FE is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB137194254-
CMYK0.460.2400.00
HSL210.77º98.32%76.67%-
HSV(B)210.77º46.06%99.61%-
XYZ47.551.06101.12-
YUV183.8167.6294.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.42%
GREEN value IS 194 (76.17% from 255) = 33.16%
BLUE value IS 254 (99.61% from 255) = 43.42%
R=23.42%
G=33.16%
B=43.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371942540.460.2400.00210.7798.3276.67
Hex89C2FE2E1800d3624d
Octal211302376563000323142115
Binary10001001110000101111111010111011000001101001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,194,254); }

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

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

 a { background-color: rgb(137,194,254); }

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

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

 span { border-color: rgb(137,194,254); }

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