#89BEFD

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

Shades of Light Sky Blue #89BEFD

Tints of Light Sky Blue #89BEFD

Color information

#89BEFD (or 0x89BEFD) is unknown color: approx Light Sky Blue. HEX triplet: 89, BE and FD. RGB value is (137,190,253). Sum of RGB (Red+Green+Blue) = 137+190+253=580 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.62% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #89BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89BEFD is #764102. Grayscale: #B5B5B5. Windows color (decimal): -7749891 or 16629385. OLE color: 16629385.

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

Color convert

RGB137190253-
CMYK0.460.2500.01
HSL212.59º96.67%76.47%-
HSV(B)212.59º45.85%99.22%-
XYZ46.4649.2499.98-
YUV181.34168.4496.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 23.62%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=23.62%
G=32.76%
B=43.62%

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
Decimal1371902530.460.2500.01212.5996.6776.47
Hex89BEFD2E1901d5614c
Octal211276375563101325141114
Binary10001001101111101111110110111011001011101010111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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