#9BAFE0

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

Shades of Echo Blue #9BAFE0

Tints of Echo Blue #9BAFE0

Color information

#9BAFE0 (or 0x9BAFE0) is unknown color: approx Echo Blue. HEX triplet: 9B, AF and E0. RGB value is (155,175,224). Sum of RGB (Red+Green+Blue) = 155+175+224=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFE0 is #64501F. Grayscale: #AEAEAE. Windows color (decimal): -6574112 or 14725019. OLE color: 14725019.

HSL color Cylindrical-coordinate representation of color #9BAFE0: hue angle of 222.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BAFE0 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155175224-
CMYK0.310.2200.12
HSL222.61º52.67%74.31%-
HSV(B)222.61º30.8%87.84%-
XYZ42.343.0176.59-
YUV174.61155.87114.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.98%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 224 (87.89% from 255) = 40.43%
R=27.98%
G=31.59%
B=40.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551752240.310.2200.12222.6152.6774.31
Hex9BAFE01F160Cdf354a
Octal233257340372601433765112
Binary100110111010111111100000111111011001100110111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,224); }

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

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

 a { background-color: rgb(155,175,224); }

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

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

 span { border-color: rgb(155,175,224); }

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