Html Css Color HEX #95A5CD Polo Blue

📋 copy color: '#95A5CD'

red 149 ◦ green 165 ◦ blue 205

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

Shades of Polo Blue #95A5CD

Tints of Polo Blue #95A5CD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 31.79%

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 28.71%
G = 31.79%
B = 39.5%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#95A5CD (or 0x95A5CD) is known color: Polo Blue. HEX triplet: 95, A5 and CD. RGB value is (149,165,205). Sum of RGB (Red+Green+Blue) = 149+165+205=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #95A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A5CD is #6A5A32. Grayscale: #A4A4A4. Windows color (decimal): -6969907 or 13477269. OLE color: 13477269.

HSL color Cylindrical-coordinate representation of color #95A5CD: hue angle of 222.86º degrees, saturation: 0.36, 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 #95A5CD is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 165 205 -
CMYK 0.27 0.20 0 0.20
HSL 222.86º 0.36% 0.69% -
HSV(B) 222.86º 0.27% 0.8% -
XYZ 36.87 37.71 63.09 -
YUV 164.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 149 165 205 0.27 0.20 0 0.20 222.86 0.36 0.69
Hex 95 A5 CD 1B 14 0 14 DF 24 45
Octal 225 245 315 33 24 0 24 337 44 105
Binary 10010101 10100101 11001101 11011 10100 0 10100 11011111 100100 1000101

Color Harmonies of #95A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A5CD

Black with #95A5CD

Text Example


Text Example

White with #95A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,165,205); }

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

background-color css

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

 a { background-color: rgb(149,165,205); }

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

border-color css

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

 span { border-color: rgb(149,165,205); }

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