Html Css Color HEX #96A3CB Echo Blue

📋 copy color: '#96A3CB'

red 150 ◦ green 163 ◦ blue 203

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

Shades of Echo Blue #96A3CB

Tints of Echo Blue #96A3CB

RGB

 RED value IS 150 (58.98% from 255) = 29.07%

 GREEN value IS 163 (64.06% from 255) = 31.59%

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 29.07%
G = 31.59%
B = 39.34%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96A3CB (or 0x96A3CB) is known color: Echo Blue. HEX triplet: 96, A3 and CB. RGB value is (150,163,203). Sum of RGB (Red+Green+Blue) = 150+163+203=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #96A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A3CB is #695C34. Grayscale: #A3A3A3. Windows color (decimal): -6904885 or 13345686. OLE color: 13345686.

HSL color Cylindrical-coordinate representation of color #96A3CB: hue angle of 225.28º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96A3CB is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 163 203 -
CMYK 0.26 0.20 0 0.20
HSL 225.28º 0.34% 0.69% -
HSV(B) 225.28º 0.26% 0.8% -
XYZ 36.45 36.99 61.72 -
YUV 163.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 150 163 203 0.26 0.20 0 0.20 225.28 0.34 0.69
Hex 96 A3 CB 1A 14 0 14 E1 22 45
Octal 226 243 313 32 24 0 24 341 42 105
Binary 10010110 10100011 11001011 11010 10100 0 10100 11100001 100010 1000101

Color Harmonies of #96A3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A3CB

Black with #96A3CB

Text Example


Text Example

White with #96A3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A3CB; }

 p { color: rgb(150,163,203); }

 H1.HeaderClassName
 {
   color: #96A3CB;
 }
 .AnyTagClassName
 {
   color: #96A3CB;
 }
</style>

background-color css

<style>
 a { background-color: #96A3CB; }

 a { background-color: rgb(150,163,203); }

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

border-color css

<style>
 span { border-color: #96A3CB; }

 span { border-color: rgb(150,163,203); }

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