#89CBFF

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

Shades of Light Sky Blue #89CBFF

Tints of Light Sky Blue #89CBFF

Color information

#89CBFF (or 0x89CBFF) is unknown color: approx Light Sky Blue. HEX triplet: 89, CB and FF. RGB value is (137,203,255). Sum of RGB (Red+Green+Blue) = 137+203+255=595 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.03% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #89CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89CBFF is #763400. Grayscale: #BCBCBC. Windows color (decimal): -7746561 or 16763785. OLE color: 16763785.

HSL color Cylindrical-coordinate representation of color #89CBFF: hue angle of 206.44º 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 #89CBFF is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB137203255-
CMYK0.460.2000
HSL206.44º100%76.86%-
HSV(B)206.44º46.27%100%-
XYZ49.7255.25102.65-
YUV189.19165.1390.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.03%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 255 (100% from 255) = 42.86%
R=23.03%
G=34.12%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1372032550.460.2000206.4410076.86
Hex89CBFF2E1400ce644d
Octal211313377562400316144115
Binary10001001110010111111111110111010100001100111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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