Html Css Color HEX #9BAFD1 Echo Blue

📋 copy color: '#9BAFD1'

red 155 ◦ green 175 ◦ blue 209

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

Shades of Echo Blue #9BAFD1

Tints of Echo Blue #9BAFD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 28.76%
G = 32.47%
B = 38.78%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9BAFD1 (or 0x9BAFD1) is known color: Echo Blue. HEX triplet: 9B, AF and D1. RGB value is (155,175,209). Sum of RGB (Red+Green+Blue) = 155+175+209=539 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.76% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #9BAFD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFD1 is #64502E. Grayscale: #ACACAC. Windows color (decimal): -6574127 or 13741979. OLE color: 13741979.

HSL color Cylindrical-coordinate representation of color #9BAFD1: hue angle of 217.78º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BAFD1 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 175 209 -
CMYK 0.26 0.16 0 0.18
HSL 217.78º 0.37% 0.71% -
HSV(B) 217.78º 0.26% 0.82% -
XYZ 40.36 42.23 66.35 -
YUV 172.9 148.37 115.24 -
System Red Green Blue C M Y K H S L
Decimal 155 175 209 0.26 0.16 0 0.18 217.78 0.37 0.71
Hex 9B AF D1 1A 10 0 12 DA 25 47
Octal 233 257 321 32 20 0 22 332 45 107
Binary 10011011 10101111 11010001 11010 10000 0 10010 11011010 100101 1000111

Color Harmonies of #9BAFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFD1

Black with #9BAFD1

Text Example


Text Example

White with #9BAFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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