Html Css Color HEX #9BACCB Echo Blue

📋 copy color: '#9BACCB'

red 155 ◦ green 172 ◦ blue 203

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

Shades of Echo Blue #9BACCB

Tints of Echo Blue #9BACCB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.45%

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

R = 29.25%
G = 32.45%
B = 38.3%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BACCB (or 0x9BACCB) is known color: Echo Blue. HEX triplet: 9B, AC and CB. RGB value is (155,172,203). Sum of RGB (Red+Green+Blue) = 155+172+203=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BACCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACCB is #645334. Grayscale: #AAAAAA. Windows color (decimal): -6574901 or 13347995. OLE color: 13347995.

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

Color convert

RGB 155 172 203 -
CMYK 0.24 0.15 0 0.20
HSL 218.75º 0.32% 0.7% -
HSV(B) 218.75º 0.24% 0.8% -
XYZ 39.05 40.79 62.31 -
YUV 170.45 146.37 116.98 -
System Red Green Blue C M Y K H S L
Decimal 155 172 203 0.24 0.15 0 0.20 218.75 0.32 0.7
Hex 9B AC CB 18 F 0 14 DB 20 46
Octal 233 254 313 30 17 0 24 333 40 106
Binary 10011011 10101100 11001011 11000 1111 0 10100 11011011 100000 1000110

Color Harmonies of #9BACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACCB

Black with #9BACCB

Text Example


Text Example

White with #9BACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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