Html Css Color HEX #9BAEDA Echo Blue

📋 copy color: '#9BAEDA'

red 155 ◦ green 174 ◦ blue 218

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

Shades of Echo Blue #9BAEDA

Tints of Echo Blue #9BAEDA

RGB

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

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

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

R = 28.34%
G = 31.81%
B = 39.85%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BAEDA (or 0x9BAEDA) is known color: Echo Blue. HEX triplet: 9B, AE and DA. RGB value is (155,174,218). Sum of RGB (Red+Green+Blue) = 155+174+218=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BAEDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEDA is #645125. Grayscale: #ADADAD. Windows color (decimal): -6574374 or 14331547. OLE color: 14331547.

HSL color Cylindrical-coordinate representation of color #9BAEDA: hue angle of 221.9º 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 #9BAEDA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 174 218 -
CMYK 0.29 0.20 0 0.15
HSL 221.9º 0.46% 0.73% -
HSV(B) 221.9º 0.29% 0.85% -
XYZ 41.31 42.3 72.32 -
YUV 173.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 155 174 218 0.29 0.20 0 0.15 221.9 0.46 0.73
Hex 9B AE DA 1D 14 0 F DE 2E 49
Octal 233 256 332 35 24 0 17 336 56 111
Binary 10011011 10101110 11011010 11101 10100 0 1111 11011110 101110 1001001

Color Harmonies of #9BAEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEDA

Black with #9BAEDA

Text Example


Text Example

White with #9BAEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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