Html Css Color HEX #9BAFD6 Echo Blue

📋 copy color: '#9BAFD6'

red 155 ◦ green 175 ◦ blue 214

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

Shades of Echo Blue #9BAFD6

Tints of Echo Blue #9BAFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.34%

R = 28.49%
G = 32.17%
B = 39.34%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9BAFD6 (or 0x9BAFD6) is known color: Echo Blue. HEX triplet: 9B, AF and D6. RGB value is (155,175,214). Sum of RGB (Red+Green+Blue) = 155+175+214=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #9BAFD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFD6 is #645029. Grayscale: #ADADAD. Windows color (decimal): -6574122 or 14069659. OLE color: 14069659.

HSL color Cylindrical-coordinate representation of color #9BAFD6: hue angle of 219.66º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BAFD6 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 175 214 -
CMYK 0.28 0.18 0 0.16
HSL 219.66º 0.42% 0.72% -
HSV(B) 219.66º 0.28% 0.84% -
XYZ 40.99 42.48 69.66 -
YUV 173.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 155 175 214 0.28 0.18 0 0.16 219.66 0.42 0.72
Hex 9B AF D6 1C 12 0 10 DC 2A 48
Octal 233 257 326 34 22 0 20 334 52 110
Binary 10011011 10101111 11010110 11100 10010 0 10000 11011100 101010 1001000

Color Harmonies of #9BAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFD6

Black with #9BAFD6

Text Example


Text Example

White with #9BAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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