#9BADC7

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

Shades of Echo Blue #9BADC7

Tints of Echo Blue #9BADC7

Color information

#9BADC7 (or 0x9BADC7) is unknown color: approx Echo Blue. HEX triplet: 9B, AD and C7. RGB value is (155,173,199). Sum of RGB (Red+Green+Blue) = 155+173+199=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 199 - color contains mainly: blue. Hex color #9BADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADC7 is #645238. Grayscale: #AAAAAA. Windows color (decimal): -6574649 or 13086107. OLE color: 13086107.

HSL color Cylindrical-coordinate representation of color #9BADC7: hue angle of 215.45º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BADC7 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB155173199-
CMYK0.220.1300.22
HSL215.45º28.21%69.41%-
HSV(B)215.45º22.11%78.04%-
XYZ38.7740.9859.9-
YUV170.58144.04116.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.41%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 199 (78.12% from 255) = 37.76%
R=29.41%
G=32.83%
B=37.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551731990.220.1300.22215.4528.2169.41
Hex9BADC716D016d71c45
Octal233255307261502632734105
Binary10011011101011011100011110110110101011011010111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,173,199); }

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

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

 a { background-color: rgb(155,173,199); }

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

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

 span { border-color: rgb(155,173,199); }

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