#89D5FA

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

Shades of Light Sky Blue #89D5FA

Tints of Light Sky Blue #89D5FA

Color information

#89D5FA (or 0x89D5FA) is unknown color: approx Light Sky Blue. HEX triplet: 89, D5 and FA. RGB value is (137,213,250). Sum of RGB (Red+Green+Blue) = 137+213+250=600 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.83% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #89D5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89D5FA is #762A05. Grayscale: #C2C2C2. Windows color (decimal): -7744006 or 16438665. OLE color: 16438665.

HSL color Cylindrical-coordinate representation of color #89D5FA: hue angle of 199.65º 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 #89D5FA is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB137213250-
CMYK0.450.1500.02
HSL199.65º91.87%75.88%-
HSV(B)199.65º45.2%98.04%-
XYZ51.3759.8199.28-
YUV194.49159.3286.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.83%
GREEN value IS 213 (83.59% from 255) = 35.5%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=22.83%
G=35.5%
B=41.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1372132500.450.1500.02199.6591.8775.88
Hex89D5FA2DF02c85c4c
Octal211325372551702310134114
Binary10001001110101011111101010110111110101100100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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