Html Css Color HEX #9BAACA Echo Blue

📋 copy color: '#9BAACA'

red 155 ◦ green 170 ◦ blue 202

#9BAACA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #9BAACA

Tints of Echo Blue #9BAACA

RGB

 RED value IS 155 (60.94% from 255) = 29.41%

 GREEN value IS 170 (66.8% from 255) = 32.26%

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 29.41%
G = 32.26%
B = 38.33%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9BAACA (or 0x9BAACA) is known color: Echo Blue. HEX triplet: 9B, AA and CA. RGB value is (155,170,202). Sum of RGB (Red+Green+Blue) = 155+170+202=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BAACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAACA is #645535. Grayscale: #A9A9A9. Windows color (decimal): -6575414 or 13281947. OLE color: 13281947.

HSL color Cylindrical-coordinate representation of color #9BAACA: hue angle of 220.85º 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 #9BAACA is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 170 202 -
CMYK 0.23 0.16 0 0.21
HSL 220.85º 0.31% 0.7% -
HSV(B) 220.85º 0.23% 0.79% -
XYZ 38.55 39.98 61.56 -
YUV 169.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 155 170 202 0.23 0.16 0 0.21 220.85 0.31 0.7
Hex 9B AA CA 17 10 0 15 DD 1F 46
Octal 233 252 312 27 20 0 25 335 37 106
Binary 10011011 10101010 11001010 10111 10000 0 10101 11011101 11111 1000110

Color Harmonies of #9BAACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAACA

Black with #9BAACA

Text Example


Text Example

White with #9BAACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BAACA;
 }
 .AnyTagClassName
 {
   color: #9BAACA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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