Html Css Color HEX #9CB0DD Echo Blue

📋 copy color: '#9CB0DD'

red 156 ◦ green 176 ◦ blue 221

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

Shades of Echo Blue #9CB0DD

Tints of Echo Blue #9CB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.83%

 BLUE value IS 221 (86.72% from 255) = 39.96%

R = 28.21%
G = 31.83%
B = 39.96%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9CB0DD (or 0x9CB0DD) is known color: Echo Blue. HEX triplet: 9C, B0 and DD. RGB value is (156,176,221). Sum of RGB (Red+Green+Blue) = 156+176+221=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #9CB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB0DD is #634F22. Grayscale: #AEAEAE. Windows color (decimal): -6508323 or 14528668. OLE color: 14528668.

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

Color convert

RGB 156 176 221 -
CMYK 0.29 0.20 0 0.13
HSL 221.54º 0.49% 0.74% -
HSV(B) 221.54º 0.29% 0.87% -
XYZ 42.29 43.34 74.54 -
YUV 175.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 156 176 221 0.29 0.20 0 0.13 221.54 0.49 0.74
Hex 9C B0 DD 1D 14 0 D DE 31 4A
Octal 234 260 335 35 24 0 15 336 61 112
Binary 10011100 10110000 11011101 11101 10100 0 1101 11011110 110001 1001010

Color Harmonies of #9CB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB0DD

Black with #9CB0DD

Text Example


Text Example

White with #9CB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,176,221); }

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

background-color css

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

 a { background-color: rgb(156,176,221); }

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

border-color css

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

 span { border-color: rgb(156,176,221); }

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