Html Css Color HEX #9CB0CC Echo Blue

📋 copy color: '#9CB0CC'

red 156 ◦ green 176 ◦ blue 204

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

Shades of Echo Blue #9CB0CC

Tints of Echo Blue #9CB0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.06%

R = 29.1%
G = 32.84%
B = 38.06%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9CB0CC (or 0x9CB0CC) is known color: Echo Blue. HEX triplet: 9C, B0 and CC. RGB value is (156,176,204). Sum of RGB (Red+Green+Blue) = 156+176+204=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #9CB0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB0CC is #634F33. Grayscale: #ADADAD. Windows color (decimal): -6508340 or 13414556. OLE color: 13414556.

HSL color Cylindrical-coordinate representation of color #9CB0CC: hue angle of 215º degrees, saturation: 0.32, 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 #9CB0CC is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 156 176 204 -
CMYK 0.24 0.14 0 0.2
HSL 215º 0.32% 0.71% -
HSV(B) 215º 0.24% 0.8% -
XYZ 40.13 42.48 63.21 -
YUV 173.21 145.37 115.72 -
System Red Green Blue C M Y K H S L
Decimal 156 176 204 0.24 0.14 0 0.2 215 0.32 0.71
Hex 9C B0 CC 18 E 0 14 D7 20 47
Octal 234 260 314 30 16 0 24 327 40 107
Binary 10011100 10110000 11001100 11000 1110 0 10100 11010111 100000 1000111

Color Harmonies of #9CB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB0CC

Black with #9CB0CC

Text Example


Text Example

White with #9CB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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