#89BBFD

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

Shades of Light Sky Blue #89BBFD

Tints of Light Sky Blue #89BBFD

Color information

#89BBFD (or 0x89BBFD) is unknown color: approx Light Sky Blue. HEX triplet: 89, BB and FD. RGB value is (137,187,253). Sum of RGB (Red+Green+Blue) = 137+187+253=577 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.74% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #89BBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BBFD is #764402. Grayscale: #B3B3B3. Windows color (decimal): -7750659 or 16628617. OLE color: 16628617.

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

Color convert

RGB137187253-
CMYK0.460.2600.01
HSL214.14º96.67%76.47%-
HSV(B)214.14º45.85%99.22%-
XYZ45.8247.9599.77-
YUV179.57169.4497.63-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.74%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=23.74%
G=32.41%
B=43.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371872530.460.2600.01214.1496.6776.47
Hex89BBFD2E1A01d6614c
Octal211273375563201326141114
Binary10001001101110111111110110111011010011101011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,187,253); }

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

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

 a { background-color: rgb(137,187,253); }

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

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

 span { border-color: rgb(137,187,253); }

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