Html Css Color HEX #9BAFC7 Echo Blue

📋 copy color: '#9BAFC7'

red 155 ◦ green 175 ◦ blue 199

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

Shades of Echo Blue #9BAFC7

Tints of Echo Blue #9BAFC7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 199 (78.13% from 255) = 37.62%

R = 29.3%
G = 33.08%
B = 37.62%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9BAFC7 (or 0x9BAFC7) is known color: Echo Blue. HEX triplet: 9B, AF and C7. RGB value is (155,175,199). Sum of RGB (Red+Green+Blue) = 155+175+199=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 199 - color contains mainly: blue. Hex color #9BAFC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFC7 is #645038. Grayscale: #ABABAB. Windows color (decimal): -6574137 or 13086619. OLE color: 13086619.

HSL color Cylindrical-coordinate representation of color #9BAFC7: hue angle of 212.73º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BAFC7 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 175 199 -
CMYK 0.22 0.12 0 0.22
HSL 212.73º 0.28% 0.69% -
HSV(B) 212.73º 0.22% 0.78% -
XYZ 39.16 41.75 60.03 -
YUV 171.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 155 175 199 0.22 0.12 0 0.22 212.73 0.28 0.69
Hex 9B AF C7 16 C 0 16 D5 1C 45
Octal 233 257 307 26 14 0 26 325 34 105
Binary 10011011 10101111 11000111 10110 1100 0 10110 11010101 11100 1000101

Color Harmonies of #9BAFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFC7

Black with #9BAFC7

Text Example


Text Example

White with #9BAFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,199); }

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

background-color css

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

 a { background-color: rgb(155,175,199); }

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

border-color css

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

 span { border-color: rgb(155,175,199); }

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