Html Css Color HEX #9BAFDD Echo Blue

📋 copy color: '#9BAFDD'

red 155 ◦ green 175 ◦ blue 221

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

Shades of Echo Blue #9BAFDD

Tints of Echo Blue #9BAFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 28.13%
G = 31.76%
B = 40.11%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BAFDD (or 0x9BAFDD) is known color: Echo Blue. HEX triplet: 9B, AF and DD. RGB value is (155,175,221). Sum of RGB (Red+Green+Blue) = 155+175+221=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFDD is #645022. Grayscale: #AEAEAE. Windows color (decimal): -6574115 or 14528411. OLE color: 14528411.

HSL color Cylindrical-coordinate representation of color #9BAFDD: hue angle of 221.82º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BAFDD is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 175 221 -
CMYK 0.30 0.21 0 0.13
HSL 221.82º 0.49% 0.74% -
HSV(B) 221.82º 0.3% 0.87% -
XYZ 41.9 42.85 74.47 -
YUV 174.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 155 175 221 0.30 0.21 0 0.13 221.82 0.49 0.74
Hex 9B AF DD 1E 15 0 D DE 31 4A
Octal 233 257 335 36 25 0 15 336 61 112
Binary 10011011 10101111 11011101 11110 10101 0 1101 11011110 110001 1001010

Color Harmonies of #9BAFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFDD

Black with #9BAFDD

Text Example


Text Example

White with #9BAFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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