Html Css Color HEX #96A5CB Echo Blue

📋 copy color: '#96A5CB'

red 150 ◦ green 165 ◦ blue 203

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

Shades of Echo Blue #96A5CB

Tints of Echo Blue #96A5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.85%

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

R = 28.96%
G = 31.85%
B = 39.19%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#96A5CB (or 0x96A5CB) is known color: Echo Blue. HEX triplet: 96, A5 and CB. RGB value is (150,165,203). Sum of RGB (Red+Green+Blue) = 150+165+203=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #96A5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5CB is #695A34. Grayscale: #A4A4A4. Windows color (decimal): -6904373 or 13346198. OLE color: 13346198.

HSL color Cylindrical-coordinate representation of color #96A5CB: hue angle of 223.02º 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 #96A5CB is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 165 203 -
CMYK 0.26 0.19 0 0.20
HSL 223.02º 0.34% 0.69% -
HSV(B) 223.02º 0.26% 0.8% -
XYZ 36.81 37.71 61.84 -
YUV 164.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 150 165 203 0.26 0.19 0 0.20 223.02 0.34 0.69
Hex 96 A5 CB 1A 13 0 14 DF 22 45
Octal 226 245 313 32 23 0 24 337 42 105
Binary 10010110 10100101 11001011 11010 10011 0 10100 11011111 100010 1000101

Color Harmonies of #96A5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A5CB

Black with #96A5CB

Text Example


Text Example

White with #96A5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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