#89CAFC

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

Shades of Light Sky Blue #89CAFC

Tints of Light Sky Blue #89CAFC

Color information

#89CAFC (or 0x89CAFC) is unknown color: approx Light Sky Blue. HEX triplet: 89, CA and FC. RGB value is (137,202,252). Sum of RGB (Red+Green+Blue) = 137+202+252=591 (78% of max value = 765). Red value is 137 (53.91% from 255 or 23.18% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #89CAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89CAFC is #763503. Grayscale: #BCBCBC. Windows color (decimal): -7746820 or 16566921. OLE color: 16566921.

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

Color convert

RGB137202252-
CMYK0.460.2000.01
HSL206.09º95.04%76.27%-
HSV(B)206.09º45.63%98.82%-
XYZ49.0154.59100.05-
YUV188.26163.9791.43-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.18%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 252 (98.83% from 255) = 42.64%
R=23.18%
G=34.18%
B=42.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372022520.460.2000.01206.0995.0476.27
Hex89CAFC2E1401ce5f4c
Octal211312374562401316137114
Binary10001001110010101111110010111010100011100111010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,202,252); }

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

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

 a { background-color: rgb(137,202,252); }

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

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

 span { border-color: rgb(137,202,252); }

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