Html Css Color HEX #9BABCF Echo Blue

📋 copy color: '#9BABCF'

red 155 ◦ green 171 ◦ blue 207

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

Shades of Echo Blue #9BABCF

Tints of Echo Blue #9BABCF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.08%

 BLUE value IS 207 (81.25% from 255) = 38.84%

R = 29.08%
G = 32.08%
B = 38.84%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9BABCF (or 0x9BABCF) is known color: Echo Blue. HEX triplet: 9B, AB and CF. RGB value is (155,171,207). Sum of RGB (Red+Green+Blue) = 155+171+207=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BABCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BABCF is #645430. Grayscale: #AAAAAA. Windows color (decimal): -6575153 or 13609883. OLE color: 13609883.

HSL color Cylindrical-coordinate representation of color #9BABCF: hue angle of 221.54º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BABCF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 171 207 -
CMYK 0.25 0.17 0 0.19
HSL 221.54º 0.35% 0.71% -
HSV(B) 221.54º 0.25% 0.81% -
XYZ 39.34 40.6 64.79 -
YUV 170.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 155 171 207 0.25 0.17 0 0.19 221.54 0.35 0.71
Hex 9B AB CF 19 11 0 13 DE 23 47
Octal 233 253 317 31 21 0 23 336 43 107
Binary 10011011 10101011 11001111 11001 10001 0 10011 11011110 100011 1000111

Color Harmonies of #9BABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BABCF

Black with #9BABCF

Text Example


Text Example

White with #9BABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,171,207); }

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

background-color css

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

 a { background-color: rgb(155,171,207); }

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

border-color css

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

 span { border-color: rgb(155,171,207); }

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