Html Css Color HEX #9BADCF Echo Blue

📋 copy color: '#9BADCF'

red 155 ◦ green 173 ◦ blue 207

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

Shades of Echo Blue #9BADCF

Tints of Echo Blue #9BADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 28.97%
G = 32.34%
B = 38.69%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9BADCF (or 0x9BADCF) is known color: Echo Blue. HEX triplet: 9B, AD and CF. RGB value is (155,173,207). Sum of RGB (Red+Green+Blue) = 155+173+207=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BADCF is #645230. Grayscale: #ABABAB. Windows color (decimal): -6574641 or 13610395. OLE color: 13610395.

HSL color Cylindrical-coordinate representation of color #9BADCF: hue angle of 219.23º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BADCF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 173 207 -
CMYK 0.25 0.16 0 0.19
HSL 219.23º 0.35% 0.71% -
HSV(B) 219.23º 0.25% 0.81% -
XYZ 39.72 41.36 64.92 -
YUV 171.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 155 173 207 0.25 0.16 0 0.19 219.23 0.35 0.71
Hex 9B AD CF 19 10 0 13 DB 23 47
Octal 233 255 317 31 20 0 23 333 43 107
Binary 10011011 10101101 11001111 11001 10000 0 10011 11011011 100011 1000111

Color Harmonies of #9BADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BADCF

Black with #9BADCF

Text Example


Text Example

White with #9BADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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