Html Css Color HEX #9BAADA Echo Blue

📋 copy color: '#9BAADA'

red 155 ◦ green 170 ◦ blue 218

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

Shades of Echo Blue #9BAADA

Tints of Echo Blue #9BAADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 28.55%
G = 31.31%
B = 40.15%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BAADA (or 0x9BAADA) is known color: Echo Blue. HEX triplet: 9B, AA and DA. RGB value is (155,170,218). Sum of RGB (Red+Green+Blue) = 155+170+218=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BAADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAADA is #645525. Grayscale: #AAAAAA. Windows color (decimal): -6575398 or 14330523. OLE color: 14330523.

HSL color Cylindrical-coordinate representation of color #9BAADA: hue angle of 225.71º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BAADA is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 170 218 -
CMYK 0.29 0.22 0 0.15
HSL 225.71º 0.46% 0.73% -
HSV(B) 225.71º 0.29% 0.85% -
XYZ 40.55 40.78 72.06 -
YUV 170.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 155 170 218 0.29 0.22 0 0.15 225.71 0.46 0.73
Hex 9B AA DA 1D 16 0 F E2 2E 49
Octal 233 252 332 35 26 0 17 342 56 111
Binary 10011011 10101010 11011010 11101 10110 0 1111 11100010 101110 1001001

Color Harmonies of #9BAADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAADA

Black with #9BAADA

Text Example


Text Example

White with #9BAADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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