#9EBDE4

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

Shades of Light Steel Blue #9EBDE4

Tints of Light Steel Blue #9EBDE4

Color information

#9EBDE4 (or 0x9EBDE4) is unknown color: approx Light Steel Blue. HEX triplet: 9E, BD and E4. RGB value is (158,189,228). Sum of RGB (Red+Green+Blue) = 158+189+228=575 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.48% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #9EBDE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDE4 is #61421B. Grayscale: #B7B7B7. Windows color (decimal): -6373916 or 14990750. OLE color: 14990750.

HSL color Cylindrical-coordinate representation of color #9EBDE4: hue angle of 213.43º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EBDE4 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB158189228-
CMYK0.310.1700.11
HSL213.43º56.45%75.69%-
HSV(B)213.43º30.7%89.41%-
XYZ46.349.2780.47-
YUV184.18152.73109.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.48%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 228 (89.45% from 255) = 39.65%
R=27.48%
G=32.87%
B=39.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1581892280.310.1700.11213.4356.4575.69
Hex9EBDE41F110Bd5384c
Octal236275344372101332570114
Binary100111101011110111100100111111000101011110101011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EBDE4; }

 p { color: rgb(158,189,228); }

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

<style>
 a { background-color: #9EBDE4; }

 a { background-color: rgb(158,189,228); }

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

<style>
 span { border-color: #9EBDE4; }

 span { border-color: rgb(158,189,228); }

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