#89BAFF

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

Shades of Light Sky Blue #89BAFF

Tints of Light Sky Blue #89BAFF

Color information

#89BAFF (or 0x89BAFF) is unknown color: approx Light Sky Blue. HEX triplet: 89, BA and FF. RGB value is (137,186,255). Sum of RGB (Red+Green+Blue) = 137+186+255=578 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.70% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #89BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BAFF is #764500. Grayscale: #B2B2B2. Windows color (decimal): -7750913 or 16759433. OLE color: 16759433.

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

Color convert

RGB137186255-
CMYK0.460.2700
HSL215.08º100%76.86%-
HSV(B)215.08º46.27%100%-
XYZ45.9347.66101.39-
YUV179.21170.7797.89-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.70%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 255 (100% from 255) = 44.12%
R=23.70%
G=32.18%
B=44.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371862550.460.2700215.0810076.86
Hex89BAFF2E1B00d7644d
Octal211272377563300327144115
Binary10001001101110101111111110111011011001101011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,186,255); }

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

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

 a { background-color: rgb(137,186,255); }

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

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

 span { border-color: rgb(137,186,255); }

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