Html Css Color HEX #95AEDF Echo Blue

📋 copy color: '#95AEDF'

red 149 ◦ green 174 ◦ blue 223

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

Shades of Echo Blue #95AEDF

Tints of Echo Blue #95AEDF

RGB

 RED value IS 149 (58.59% from 255) = 27.29%

 GREEN value IS 174 (68.36% from 255) = 31.87%

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

R = 27.29%
G = 31.87%
B = 40.84%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95AEDF (or 0x95AEDF) is known color: Echo Blue. HEX triplet: 95, AE and DF. RGB value is (149,174,223). Sum of RGB (Red+Green+Blue) = 149+174+223=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #95AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AEDF is #6A5120. Grayscale: #ABABAB. Windows color (decimal): -6967585 or 14659221. OLE color: 14659221.

HSL color Cylindrical-coordinate representation of color #95AEDF: hue angle of 219.73º degrees, saturation: 0.54, 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 #95AEDF is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 174 223 -
CMYK 0.33 0.22 0 0.13
HSL 219.73º 0.54% 0.73% -
HSV(B) 219.73º 0.33% 0.87% -
XYZ 40.85 41.99 75.76 -
YUV 172.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 149 174 223 0.33 0.22 0 0.13 219.73 0.54 0.73
Hex 95 AE DF 21 16 0 D DC 36 49
Octal 225 256 337 41 26 0 15 334 66 111
Binary 10010101 10101110 11011111 100001 10110 0 1101 11011100 110110 1001001

Color Harmonies of #95AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AEDF

Black with #95AEDF

Text Example


Text Example

White with #95AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95AEDF; }

 p { color: rgb(149,174,223); }

 H1.HeaderClassName
 {
   color: #95AEDF;
 }
 .AnyTagClassName
 {
   color: #95AEDF;
 }
</style>

background-color css

<style>
 a { background-color: #95AEDF; }

 a { background-color: rgb(149,174,223); }

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

border-color css

<style>
 span { border-color: #95AEDF; }

 span { border-color: rgb(149,174,223); }

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