Html Css Color HEX #9BA6CB Echo Blue

📋 copy color: '#9BA6CB'

red 155 ◦ green 166 ◦ blue 203

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

Shades of Echo Blue #9BA6CB

Tints of Echo Blue #9BA6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.68%

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 29.58%
G = 31.68%
B = 38.74%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BA6CB (or 0x9BA6CB) is known color: Echo Blue. HEX triplet: 9B, A6 and CB. RGB value is (155,166,203). Sum of RGB (Red+Green+Blue) = 155+166+203=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BA6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA6CB is #645934. Grayscale: #A6A6A6. Windows color (decimal): -6576437 or 13346459. OLE color: 13346459.

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

Color convert

RGB 155 166 203 -
CMYK 0.24 0.18 0 0.20
HSL 226.25º 0.32% 0.7% -
HSV(B) 226.25º 0.24% 0.8% -
XYZ 37.93 38.55 61.94 -
YUV 166.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 155 166 203 0.24 0.18 0 0.20 226.25 0.32 0.7
Hex 9B A6 CB 18 12 0 14 E2 20 46
Octal 233 246 313 30 22 0 24 342 40 106
Binary 10011011 10100110 11001011 11000 10010 0 10100 11100010 100000 1000110

Color Harmonies of #9BA6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA6CB

Black with #9BA6CB

Text Example


Text Example

White with #9BA6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,166,203); }

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

background-color css

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

 a { background-color: rgb(155,166,203); }

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

border-color css

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

 span { border-color: rgb(155,166,203); }

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