#89BDFD

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

Shades of Light Sky Blue #89BDFD

Tints of Light Sky Blue #89BDFD

Color information

#89BDFD (or 0x89BDFD) is unknown color: approx Light Sky Blue. HEX triplet: 89, BD and FD. RGB value is (137,189,253). Sum of RGB (Red+Green+Blue) = 137+189+253=579 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.66% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #89BDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BDFD is #764202. Grayscale: #B4B4B4. Windows color (decimal): -7750147 or 16629129. OLE color: 16629129.

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

Color convert

RGB137189253-
CMYK0.460.2500.01
HSL213.1º96.67%76.47%-
HSV(B)213.1º45.85%99.22%-
XYZ46.2448.8199.91-
YUV180.75168.7796.8-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.66%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=23.66%
G=32.64%
B=43.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1371892530.460.2500.01213.196.6776.47
Hex89BDFD2E1901d5614c
Octal211275375563101325141114
Binary10001001101111011111110110111011001011101010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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