Html Css Color HEX #9CB1DC Echo Blue

📋 copy color: '#9CB1DC'

red 156 ◦ green 177 ◦ blue 220

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

Shades of Echo Blue #9CB1DC

Tints of Echo Blue #9CB1DC

RGB

 RED value IS 156 (61.33% from 255) = 28.21%

 GREEN value IS 177 (69.53% from 255) = 32.01%

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

R = 28.21%
G = 32.01%
B = 39.78%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9CB1DC (or 0x9CB1DC) is known color: Echo Blue. HEX triplet: 9C, B1 and DC. RGB value is (156,177,220). Sum of RGB (Red+Green+Blue) = 156+177+220=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #9CB1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1DC is #634E23. Grayscale: #AFAFAF. Windows color (decimal): -6508068 or 14463388. OLE color: 14463388.

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

Color convert

RGB 156 177 220 -
CMYK 0.29 0.20 0 0.14
HSL 220.31º 0.48% 0.74% -
HSV(B) 220.31º 0.29% 0.86% -
XYZ 42.35 43.68 73.91 -
YUV 175.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 156 177 220 0.29 0.20 0 0.14 220.31 0.48 0.74
Hex 9C B1 DC 1D 14 0 E DC 30 4A
Octal 234 261 334 35 24 0 16 334 60 112
Binary 10011100 10110001 11011100 11101 10100 0 1110 11011100 110000 1001010

Color Harmonies of #9CB1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB1DC

Black with #9CB1DC

Text Example


Text Example

White with #9CB1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,220); }

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

background-color css

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

 a { background-color: rgb(156,177,220); }

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

border-color css

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

 span { border-color: rgb(156,177,220); }

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