Html Css Color HEX #9BB3DC Echo Blue

📋 copy color: '#9BB3DC'

red 155 ◦ green 179 ◦ blue 220

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

Shades of Echo Blue #9BB3DC

Tints of Echo Blue #9BB3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.31%

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 27.98%
G = 32.31%
B = 39.71%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9BB3DC (or 0x9BB3DC) is known color: Echo Blue. HEX triplet: 9B, B3 and DC. RGB value is (155,179,220). Sum of RGB (Red+Green+Blue) = 155+179+220=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BB3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3DC is #644C23. Grayscale: #B0B0B0. Windows color (decimal): -6573092 or 14463899. OLE color: 14463899.

HSL color Cylindrical-coordinate representation of color #9BB3DC: hue angle of 217.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BB3DC is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 179 220 -
CMYK 0.30 0.19 0 0.14
HSL 217.85º 0.48% 0.74% -
HSV(B) 217.85º 0.3% 0.86% -
XYZ 42.56 44.38 74.03 -
YUV 176.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 155 179 220 0.30 0.19 0 0.14 217.85 0.48 0.74
Hex 9B B3 DC 1E 13 0 E DA 30 4A
Octal 233 263 334 36 23 0 16 332 60 112
Binary 10011011 10110011 11011100 11110 10011 0 1110 11011010 110000 1001010

Color Harmonies of #9BB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB3DC

Black with #9BB3DC

Text Example


Text Example

White with #9BB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,179,220); }

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

background-color css

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

 a { background-color: rgb(155,179,220); }

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

border-color css

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

 span { border-color: rgb(155,179,220); }

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