Html Css Color HEX #9BAACC Echo Blue

📋 copy color: '#9BAACC'

red 155 ◦ green 170 ◦ blue 204

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

Shades of Echo Blue #9BAACC

Tints of Echo Blue #9BAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.56%

R = 29.3%
G = 32.14%
B = 38.56%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9BAACC (or 0x9BAACC) is known color: Echo Blue. HEX triplet: 9B, AA and CC. RGB value is (155,170,204). Sum of RGB (Red+Green+Blue) = 155+170+204=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAACC is #645533. Grayscale: #A9A9A9. Windows color (decimal): -6575412 or 13413019. OLE color: 13413019.

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

Color convert

RGB 155 170 204 -
CMYK 0.24 0.17 0 0.2
HSL 221.63º 0.32% 0.7% -
HSV(B) 221.63º 0.24% 0.8% -
XYZ 38.79 40.08 62.82 -
YUV 169.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 155 170 204 0.24 0.17 0 0.2 221.63 0.32 0.7
Hex 9B AA CC 18 11 0 14 DE 20 46
Octal 233 252 314 30 21 0 24 336 40 106
Binary 10011011 10101010 11001100 11000 10001 0 10100 11011110 100000 1000110

Color Harmonies of #9BAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAACC

Black with #9BAACC

Text Example


Text Example

White with #9BAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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