#89C0FF

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

Shades of Light Sky Blue #89C0FF

Tints of Light Sky Blue #89C0FF

Color information

#89C0FF (or 0x89C0FF) is unknown color: approx Light Sky Blue. HEX triplet: 89, C0 and FF. RGB value is (137,192,255). Sum of RGB (Red+Green+Blue) = 137+192+255=584 (77% of max value = 765). Red value is 137 (53.91% from 255 or 23.46% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #89C0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89C0FF is #763F00. Grayscale: #B6B6B6. Windows color (decimal): -7749377 or 16760969. OLE color: 16760969.

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

Color convert

RGB137192255-
CMYK0.460.2500
HSL212.03º100%76.86%-
HSV(B)212.03º46.27%100%-
XYZ47.2250.24101.82-
YUV182.74168.7895.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.46%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 255 (100% from 255) = 43.66%
R=23.46%
G=32.88%
B=43.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1371922550.460.2500212.0310076.86
Hex89C0FF2E1900d4644d
Octal211300377563100324144115
Binary10001001110000001111111110111011001001101010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89C0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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