#89DDFD

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

Shades of Light Sky Blue #89DDFD

Tints of Light Sky Blue #89DDFD

Color information

#89DDFD (or 0x89DDFD) is unknown color: approx Light Sky Blue. HEX triplet: 89, DD and FD. RGB value is (137,221,253). Sum of RGB (Red+Green+Blue) = 137+221+253=611 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.42% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #89DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89DDFD is #762202. Grayscale: #C7C7C7. Windows color (decimal): -7741955 or 16637321. OLE color: 16637321.

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

Color convert

RGB137221253-
CMYK0.460.1300.01
HSL196.55º96.67%76.47%-
HSV(B)196.55º45.85%99.22%-
XYZ53.964.12102.46-
YUV199.53158.1783.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.42%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=22.42%
G=36.17%
B=41.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1372212530.460.1300.01196.5596.6776.47
Hex89DDFD2ED01c5614c
Octal211335375561501305141114
Binary1000100111011101111111011011101101011100010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,221,253); }

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

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

 a { background-color: rgb(137,221,253); }

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

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

 span { border-color: rgb(137,221,253); }

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