Html Css Color HEX #9BA9CC Echo Blue

📋 copy color: '#9BA9CC'

red 155 ◦ green 169 ◦ blue 204

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

Shades of Echo Blue #9BA9CC

Tints of Echo Blue #9BA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.01%

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

R = 29.36%
G = 32.01%
B = 38.64%

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

#9BA9CC (or 0x9BA9CC) is known color: Echo Blue. HEX triplet: 9B, A9 and CC. RGB value is (155,169,204). Sum of RGB (Red+Green+Blue) = 155+169+204=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #9BA9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9CC is #645633. Grayscale: #A8A8A8. Windows color (decimal): -6575668 or 13412763. OLE color: 13412763.

HSL color Cylindrical-coordinate representation of color #9BA9CC: hue angle of 222.86º 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 #9BA9CC is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 169 204 -
CMYK 0.24 0.17 0 0.2
HSL 222.86º 0.32% 0.7% -
HSV(B) 222.86º 0.24% 0.8% -
XYZ 38.6 39.7 62.76 -
YUV 168.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 155 169 204 0.24 0.17 0 0.2 222.86 0.32 0.7
Hex 9B A9 CC 18 11 0 14 DF 20 46
Octal 233 251 314 30 21 0 24 337 40 106
Binary 10011011 10101001 11001100 11000 10001 0 10100 11011111 100000 1000110

Color Harmonies of #9BA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA9CC

Black with #9BA9CC

Text Example


Text Example

White with #9BA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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