Html Css Color HEX #9BAEC8 Echo Blue

📋 copy color: '#9BAEC8'

red 155 ◦ green 174 ◦ blue 200

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

Shades of Echo Blue #9BAEC8

Tints of Echo Blue #9BAEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 29.3%
G = 32.89%
B = 37.81%

CMYK

 C value IS 0.22

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9BAEC8 (or 0x9BAEC8) is known color: Echo Blue. HEX triplet: 9B, AE and C8. RGB value is (155,174,200). Sum of RGB (Red+Green+Blue) = 155+174+200=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 200 - color contains mainly: blue. Hex color #9BAEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEC8 is #645137. Grayscale: #ABABAB. Windows color (decimal): -6574392 or 13151899. OLE color: 13151899.

HSL color Cylindrical-coordinate representation of color #9BAEC8: hue angle of 214.67º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BAEC8 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 174 200 -
CMYK 0.22 0.13 0 0.22
HSL 214.67º 0.29% 0.7% -
HSV(B) 214.67º 0.23% 0.78% -
XYZ 39.08 41.41 60.58 -
YUV 171.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 155 174 200 0.22 0.13 0 0.22 214.67 0.29 0.7
Hex 9B AE C8 16 D 0 16 D7 1D 46
Octal 233 256 310 26 15 0 26 327 35 106
Binary 10011011 10101110 11001000 10110 1101 0 10110 11010111 11101 1000110

Color Harmonies of #9BAEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEC8

Black with #9BAEC8

Text Example


Text Example

White with #9BAEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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