Html Css Color HEX #95A9D9 Echo Blue

📋 copy color: '#95A9D9'

red 149 ◦ green 169 ◦ blue 217

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

Shades of Echo Blue #95A9D9

Tints of Echo Blue #95A9D9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 217 (85.16% from 255) = 40.56%

R = 27.85%
G = 31.59%
B = 40.56%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#95A9D9 (or 0x95A9D9) is known color: Echo Blue. HEX triplet: 95, A9 and D9. RGB value is (149,169,217). Sum of RGB (Red+Green+Blue) = 149+169+217=535 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.85% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #95A9D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A9D9 is #6A5626. Grayscale: #A8A8A8. Windows color (decimal): -6968871 or 14264725. OLE color: 14264725.

HSL color Cylindrical-coordinate representation of color #95A9D9: hue angle of 222.35º degrees, saturation: 0.47, 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 #95A9D9 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 169 217 -
CMYK 0.31 0.22 0 0.15
HSL 222.35º 0.47% 0.72% -
HSV(B) 222.35º 0.31% 0.85% -
XYZ 39.11 39.78 71.26 -
YUV 168.49 155.37 114.1 -
System Red Green Blue C M Y K H S L
Decimal 149 169 217 0.31 0.22 0 0.15 222.35 0.47 0.72
Hex 95 A9 D9 1F 16 0 F DE 2F 48
Octal 225 251 331 37 26 0 17 336 57 110
Binary 10010101 10101001 11011001 11111 10110 0 1111 11011110 101111 1001000

Color Harmonies of #95A9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A9D9

Black with #95A9D9

Text Example


Text Example

White with #95A9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,169,217); }

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

background-color css

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

 a { background-color: rgb(149,169,217); }

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

border-color css

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

 span { border-color: rgb(149,169,217); }

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