#9BADCA

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

Shades of Echo Blue #9BADCA

Tints of Echo Blue #9BADCA

Color information

#9BADCA (or 0x9BADCA) is unknown color: approx Echo Blue. HEX triplet: 9B, AD and CA. RGB value is (155,173,202). Sum of RGB (Red+Green+Blue) = 155+173+202=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADCA is #645235. Grayscale: #AAAAAA. Windows color (decimal): -6574646 or 13282715. OLE color: 13282715.

HSL color Cylindrical-coordinate representation of color #9BADCA: hue angle of 217.02º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BADCA is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155173202-
CMYK0.230.1400.21
HSL217.02º30.72%70%-
HSV(B)217.02º23.27%79.22%-
XYZ39.1241.1261.75-
YUV170.92145.54116.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.25%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=29.25%
G=32.64%
B=38.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551732020.230.1400.21217.0230.7270
Hex9BADCA17E015d91f46
Octal233255312271602533137106
Binary10011011101011011100101010111111001010111011001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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