Html Css Color HEX #9BAADF Echo Blue

📋 copy color: '#9BAADF'

red 155 ◦ green 170 ◦ blue 223

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

Shades of Echo Blue #9BAADF

Tints of Echo Blue #9BAADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 28.28%
G = 31.02%
B = 40.69%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BAADF (or 0x9BAADF) is known color: Echo Blue. HEX triplet: 9B, AA and DF. RGB value is (155,170,223). Sum of RGB (Red+Green+Blue) = 155+170+223=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BAADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAADF is #645520. Grayscale: #ABABAB. Windows color (decimal): -6575393 or 14658203. OLE color: 14658203.

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

Color convert

RGB 155 170 223 -
CMYK 0.30 0.24 0 0.13
HSL 226.76º 0.52% 0.74% -
HSV(B) 226.76º 0.3% 0.87% -
XYZ 41.21 41.05 75.56 -
YUV 171.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 155 170 223 0.30 0.24 0 0.13 226.76 0.52 0.74
Hex 9B AA DF 1E 18 0 D E3 34 4A
Octal 233 252 337 36 30 0 15 343 64 112
Binary 10011011 10101010 11011111 11110 11000 0 1101 11100011 110100 1001010

Color Harmonies of #9BAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAADF

Black with #9BAADF

Text Example


Text Example

White with #9BAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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