Html Css Color HEX #95ADDF Echo Blue

📋 copy color: '#95ADDF'

red 149 ◦ green 173 ◦ blue 223

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

Shades of Echo Blue #95ADDF

Tints of Echo Blue #95ADDF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.74%

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

R = 27.34%
G = 31.74%
B = 40.92%

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

#95ADDF (or 0x95ADDF) is known color: Echo Blue. HEX triplet: 95, AD and DF. RGB value is (149,173,223). Sum of RGB (Red+Green+Blue) = 149+173+223=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #95ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ADDF is #6A5220. Grayscale: #ABABAB. Windows color (decimal): -6967841 or 14658965. OLE color: 14658965.

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

Color convert

RGB 149 173 223 -
CMYK 0.33 0.22 0 0.13
HSL 220.54º 0.54% 0.73% -
HSV(B) 220.54º 0.33% 0.87% -
XYZ 40.66 41.6 75.7 -
YUV 171.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 149 173 223 0.33 0.22 0 0.13 220.54 0.54 0.73
Hex 95 AD DF 21 16 0 D DD 36 49
Octal 225 255 337 41 26 0 15 335 66 111
Binary 10010101 10101101 11011111 100001 10110 0 1101 11011101 110110 1001001

Color Harmonies of #95ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADDF

Black with #95ADDF

Text Example


Text Example

White with #95ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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