Html Css Color HEX #9BAFCB Echo Blue

📋 copy color: '#9BAFCB'

red 155 ◦ green 175 ◦ blue 203

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

Shades of Echo Blue #9BAFCB

Tints of Echo Blue #9BAFCB

RGB

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

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

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

R = 29.08%
G = 32.83%
B = 38.09%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BAFCB (or 0x9BAFCB) is known color: Echo Blue. HEX triplet: 9B, AF and CB. RGB value is (155,175,203). Sum of RGB (Red+Green+Blue) = 155+175+203=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 175 (68.75% from 255 or 32.83% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BAFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFCB is #645034. Grayscale: #ACACAC. Windows color (decimal): -6574133 or 13348763. OLE color: 13348763.

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

Color convert

RGB 155 175 203 -
CMYK 0.24 0.14 0 0.20
HSL 215º 0.32% 0.7% -
HSV(B) 215º 0.24% 0.8% -
XYZ 39.63 41.94 62.51 -
YUV 172.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 155 175 203 0.24 0.14 0 0.20 215 0.32 0.7
Hex 9B AF CB 18 E 0 14 D7 20 46
Octal 233 257 313 30 16 0 24 327 40 106
Binary 10011011 10101111 11001011 11000 1110 0 10100 11010111 100000 1000110

Color Harmonies of #9BAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFCB

Black with #9BAFCB

Text Example


Text Example

White with #9BAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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