Html Css Color HEX #9BAACD Echo Blue

📋 copy color: '#9BAACD'

red 155 ◦ green 170 ◦ blue 205

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

Shades of Echo Blue #9BAACD

Tints of Echo Blue #9BAACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.68%

R = 29.25%
G = 32.08%
B = 38.68%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BAACD (or 0x9BAACD) is known color: Echo Blue. HEX triplet: 9B, AA and CD. RGB value is (155,170,205). Sum of RGB (Red+Green+Blue) = 155+170+205=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAACD is #645532. Grayscale: #A9A9A9. Windows color (decimal): -6575411 or 13478555. OLE color: 13478555.

HSL color Cylindrical-coordinate representation of color #9BAACD: hue angle of 222º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BAACD is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 170 205 -
CMYK 0.24 0.17 0 0.20
HSL 222º 0.33% 0.71% -
HSV(B) 222º 0.24% 0.8% -
XYZ 38.91 40.13 63.45 -
YUV 169.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 155 170 205 0.24 0.17 0 0.20 222 0.33 0.71
Hex 9B AA CD 18 11 0 14 DE 21 47
Octal 233 252 315 30 21 0 24 336 41 107
Binary 10011011 10101010 11001101 11000 10001 0 10100 11011110 100001 1000111

Color Harmonies of #9BAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAACD

Black with #9BAACD

Text Example


Text Example

White with #9BAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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