Html Css Color HEX #96AFDA Echo Blue

📋 copy color: '#96AFDA'

red 150 ◦ green 175 ◦ blue 218

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

Shades of Echo Blue #96AFDA

Tints of Echo Blue #96AFDA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.23%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 27.62%
G = 32.23%
B = 40.15%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#96AFDA (or 0x96AFDA) is known color: Echo Blue. HEX triplet: 96, AF and DA. RGB value is (150,175,218). Sum of RGB (Red+Green+Blue) = 150+175+218=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #96AFDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFDA is #695025. Grayscale: #ACACAC. Windows color (decimal): -6901798 or 14331798. OLE color: 14331798.

HSL color Cylindrical-coordinate representation of color #96AFDA: hue angle of 217.94º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96AFDA is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 175 218 -
CMYK 0.31 0.20 0 0.15
HSL 217.94º 0.48% 0.72% -
HSV(B) 217.94º 0.31% 0.85% -
XYZ 40.56 42.21 72.34 -
YUV 172.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 150 175 218 0.31 0.20 0 0.15 217.94 0.48 0.72
Hex 96 AF DA 1F 14 0 F DA 30 48
Octal 226 257 332 37 24 0 17 332 60 110
Binary 10010110 10101111 11011010 11111 10100 0 1111 11011010 110000 1001000

Color Harmonies of #96AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AFDA

Black with #96AFDA

Text Example


Text Example

White with #96AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,175,218); }

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

background-color css

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

 a { background-color: rgb(150,175,218); }

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

border-color css

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

 span { border-color: rgb(150,175,218); }

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