Html Css Color HEX #9BADCD Echo Blue

📋 copy color: '#9BADCD'

red 155 ◦ green 173 ◦ blue 205

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

Shades of Echo Blue #9BADCD

Tints of Echo Blue #9BADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.46%

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 29.08%
G = 32.46%
B = 38.46%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BADCD (or 0x9BADCD) is known color: Echo Blue. HEX triplet: 9B, AD and CD. RGB value is (155,173,205). Sum of RGB (Red+Green+Blue) = 155+173+205=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADCD is #645232. Grayscale: #ABABAB. Windows color (decimal): -6574643 or 13479323. OLE color: 13479323.

HSL color Cylindrical-coordinate representation of color #9BADCD: hue angle of 218.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BADCD is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 155 173 205 -
CMYK 0.24 0.16 0 0.20
HSL 218.4º 0.33% 0.71% -
HSV(B) 218.4º 0.24% 0.8% -
XYZ 39.48 41.26 63.64 -
YUV 171.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 155 173 205 0.24 0.16 0 0.20 218.4 0.33 0.71
Hex 9B AD CD 18 10 0 14 DA 21 47
Octal 233 255 315 30 20 0 24 332 41 107
Binary 10011011 10101101 11001101 11000 10000 0 10100 11011010 100001 1000111

Color Harmonies of #9BADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BADCD

Black with #9BADCD

Text Example


Text Example

White with #9BADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,173,205); }

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

background-color css

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

 a { background-color: rgb(155,173,205); }

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

border-color css

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

 span { border-color: rgb(155,173,205); }

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