Html Css Color HEX #95A3CC Echo Blue

📋 copy color: '#95A3CC'

red 149 ◦ green 163 ◦ blue 204

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

Shades of Echo Blue #95A3CC

Tints of Echo Blue #95A3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.59%

 BLUE value IS 204 (80.08% from 255) = 39.53%

R = 28.88%
G = 31.59%
B = 39.53%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#95A3CC (or 0x95A3CC) is known color: Echo Blue. HEX triplet: 95, A3 and CC. RGB value is (149,163,204). Sum of RGB (Red+Green+Blue) = 149+163+204=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #95A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A3CC is #6A5C33. Grayscale: #A3A3A3. Windows color (decimal): -6970420 or 13411221. OLE color: 13411221.

HSL color Cylindrical-coordinate representation of color #95A3CC: hue angle of 224.73º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95A3CC is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 163 204 -
CMYK 0.27 0.20 0 0.2
HSL 224.73º 0.35% 0.69% -
HSV(B) 224.73º 0.27% 0.8% -
XYZ 36.39 36.94 62.34 -
YUV 163.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 149 163 204 0.27 0.20 0 0.2 224.73 0.35 0.69
Hex 95 A3 CC 1B 14 0 14 E1 23 45
Octal 225 243 314 33 24 0 24 341 43 105
Binary 10010101 10100011 11001100 11011 10100 0 10100 11100001 100011 1000101

Color Harmonies of #95A3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A3CC

Black with #95A3CC

Text Example


Text Example

White with #95A3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,163,204); }

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

background-color css

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

 a { background-color: rgb(149,163,204); }

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

border-color css

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

 span { border-color: rgb(149,163,204); }

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