Html Css Color HEX #96B3DF Echo Blue

📋 copy color: '#96B3DF'

red 150 ◦ green 179 ◦ blue 223

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

Shades of Echo Blue #96B3DF

Tints of Echo Blue #96B3DF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.43%

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 27.17%
G = 32.43%
B = 40.4%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#96B3DF (or 0x96B3DF) is known color: Echo Blue. HEX triplet: 96, B3 and DF. RGB value is (150,179,223). Sum of RGB (Red+Green+Blue) = 150+179+223=552 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.17% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #96B3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3DF is #694C20. Grayscale: #AFAFAF. Windows color (decimal): -6900769 or 14660502. OLE color: 14660502.

HSL color Cylindrical-coordinate representation of color #96B3DF: hue angle of 216.16º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96B3DF is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 179 223 -
CMYK 0.33 0.20 0 0.13
HSL 216.16º 0.53% 0.73% -
HSV(B) 216.16º 0.33% 0.87% -
XYZ 42.02 44.05 76.1 -
YUV 175.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 150 179 223 0.33 0.20 0 0.13 216.16 0.53 0.73
Hex 96 B3 DF 21 14 0 D D8 35 49
Octal 226 263 337 41 24 0 15 330 65 111
Binary 10010110 10110011 11011111 100001 10100 0 1101 11011000 110101 1001001

Color Harmonies of #96B3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B3DF

Black with #96B3DF

Text Example


Text Example

White with #96B3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,223); }

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

background-color css

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

 a { background-color: rgb(150,179,223); }

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

border-color css

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

 span { border-color: rgb(150,179,223); }

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