Html Css Color HEX #9CB1E0 Echo Blue

📋 copy color: '#9CB1E0'

red 156 ◦ green 177 ◦ blue 224

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

Shades of Echo Blue #9CB1E0

Tints of Echo Blue #9CB1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.22%

R = 28.01%
G = 31.78%
B = 40.22%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9CB1E0 (or 0x9CB1E0) is known color: Echo Blue. HEX triplet: 9C, B1 and E0. RGB value is (156,177,224). Sum of RGB (Red+Green+Blue) = 156+177+224=557 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.01% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #9CB1E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CB1E0 is #634E1F. Grayscale: #AFAFAF. Windows color (decimal): -6508064 or 14725532. OLE color: 14725532.

HSL color Cylindrical-coordinate representation of color #9CB1E0: hue angle of 221.47º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CB1E0 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 177 224 -
CMYK 0.30 0.21 0 0.12
HSL 221.47º 0.52% 0.75% -
HSV(B) 221.47º 0.3% 0.88% -
XYZ 42.89 43.89 76.73 -
YUV 176.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 156 177 224 0.30 0.21 0 0.12 221.47 0.52 0.75
Hex 9C B1 E0 1E 15 0 C DD 34 4B
Octal 234 261 340 36 25 0 14 335 64 113
Binary 10011100 10110001 11100000 11110 10101 0 1100 11011101 110100 1001011

Color Harmonies of #9CB1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB1E0

Black with #9CB1E0

Text Example


Text Example

White with #9CB1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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