Html Css Color HEX #9BAADD Echo Blue

📋 copy color: '#9BAADD'

red 155 ◦ green 170 ◦ blue 221

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

Shades of Echo Blue #9BAADD

Tints of Echo Blue #9BAADD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.14%

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

R = 28.39%
G = 31.14%
B = 40.48%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BAADD (or 0x9BAADD) is known color: Echo Blue. HEX triplet: 9B, AA and DD. RGB value is (155,170,221). Sum of RGB (Red+Green+Blue) = 155+170+221=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAADD is #645522. Grayscale: #ABABAB. Windows color (decimal): -6575395 or 14527131. OLE color: 14527131.

HSL color Cylindrical-coordinate representation of color #9BAADD: hue angle of 226.36º 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 #9BAADD is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 170 221 -
CMYK 0.30 0.23 0 0.13
HSL 226.36º 0.49% 0.74% -
HSV(B) 226.36º 0.3% 0.87% -
XYZ 40.94 40.94 74.15 -
YUV 171.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 155 170 221 0.30 0.23 0 0.13 226.36 0.49 0.74
Hex 9B AA DD 1E 17 0 D E2 31 4A
Octal 233 252 335 36 27 0 15 342 61 112
Binary 10011011 10101010 11011101 11110 10111 0 1101 11100010 110001 1001010

Color Harmonies of #9BAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAADD

Black with #9BAADD

Text Example


Text Example

White with #9BAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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