Html Css Color HEX #9BAEDD Echo Blue

📋 copy color: '#9BAEDD'

red 155 ◦ green 174 ◦ blue 221

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

Shades of Echo Blue #9BAEDD

Tints of Echo Blue #9BAEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.64%

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

R = 28.18%
G = 31.64%
B = 40.18%

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

#9BAEDD (or 0x9BAEDD) is known color: Echo Blue. HEX triplet: 9B, AE and DD. RGB value is (155,174,221). Sum of RGB (Red+Green+Blue) = 155+174+221=550 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.18% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEDD is #645122. Grayscale: #ADADAD. Windows color (decimal): -6574371 or 14528155. OLE color: 14528155.

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

Color convert

RGB 155 174 221 -
CMYK 0.30 0.21 0 0.13
HSL 222.73º 0.49% 0.74% -
HSV(B) 222.73º 0.3% 0.87% -
XYZ 41.7 42.46 74.4 -
YUV 173.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 155 174 221 0.30 0.21 0 0.13 222.73 0.49 0.74
Hex 9B AE DD 1E 15 0 D DF 31 4A
Octal 233 256 335 36 25 0 15 337 61 112
Binary 10011011 10101110 11011101 11110 10101 0 1101 11011111 110001 1001010

Color Harmonies of #9BAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEDD

Black with #9BAEDD

Text Example


Text Example

White with #9BAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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