Html Css Color HEX #9BAFE0 Echo Blue

📋 copy color: '#9BAFE0'

red 155 ◦ green 175 ◦ blue 224

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

Shades of Echo Blue #9BAFE0

Tints of Echo Blue #9BAFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.59%

 BLUE value IS 224 (87.89% from 255) = 40.43%

R = 27.98%
G = 31.59%
B = 40.43%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9BAFE0 (or 0x9BAFE0) is known color: Echo Blue. HEX triplet: 9B, AF and E0. RGB value is (155,175,224). Sum of RGB (Red+Green+Blue) = 155+175+224=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #9BAFE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAFE0 is #64501F. Grayscale: #AEAEAE. Windows color (decimal): -6574112 or 14725019. OLE color: 14725019.

HSL color Cylindrical-coordinate representation of color #9BAFE0: hue angle of 222.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BAFE0 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 175 224 -
CMYK 0.31 0.22 0 0.12
HSL 222.61º 0.53% 0.74% -
HSV(B) 222.61º 0.31% 0.88% -
XYZ 42.3 43.01 76.59 -
YUV 174.61 155.87 114.02 -
System Red Green Blue C M Y K H S L
Decimal 155 175 224 0.31 0.22 0 0.12 222.61 0.53 0.74
Hex 9B AF E0 1F 16 0 C DF 35 4A
Octal 233 257 340 37 26 0 14 337 65 112
Binary 10011011 10101111 11100000 11111 10110 0 1100 11011111 110101 1001010

Color Harmonies of #9BAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAFE0

Black with #9BAFE0

Text Example


Text Example

White with #9BAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,224); }

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

background-color css

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

 a { background-color: rgb(155,175,224); }

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

border-color css

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

 span { border-color: rgb(155,175,224); }

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