#89BBF0

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

Shades of Light Sky Blue #89BBF0

Tints of Light Sky Blue #89BBF0

Color information

#89BBF0 (or 0x89BBF0) is unknown color: approx Light Sky Blue. HEX triplet: 89, BB and F0. RGB value is (137,187,240). Sum of RGB (Red+Green+Blue) = 137+187+240=564 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.29% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #89BBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BBF0 is #76440F. Grayscale: #B1B1B1. Windows color (decimal): -7750672 or 15776649. OLE color: 15776649.

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

Color convert

RGB137187240-
CMYK0.430.2200.06
HSL210.87º77.44%73.92%-
HSV(B)210.87º42.92%94.12%-
XYZ43.8247.1589.23-
YUV178.09162.9498.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 24.29%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 240 (94.14% from 255) = 42.55%
R=24.29%
G=33.16%
B=42.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1371872400.430.2200.06210.8777.4473.92
Hex89BBF02B1606d34d4a
Octal211273360532606323115112
Binary1000100110111011111100001010111011001101101001110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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