Html Css Color HEX #95A5CB Polo Blue

📋 copy color: '#95A5CB'

red 149 ◦ green 165 ◦ blue 203

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

Shades of Polo Blue #95A5CB

Tints of Polo Blue #95A5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 28.82%
G = 31.91%
B = 39.26%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#95A5CB (or 0x95A5CB) is known color: Polo Blue. HEX triplet: 95, A5 and CB. RGB value is (149,165,203). Sum of RGB (Red+Green+Blue) = 149+165+203=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #95A5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A5CB is #6A5A34. Grayscale: #A4A4A4. Windows color (decimal): -6969909 or 13346197. OLE color: 13346197.

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

Color convert

RGB 149 165 203 -
CMYK 0.27 0.19 0 0.20
HSL 222.22º 0.34% 0.69% -
HSV(B) 222.22º 0.27% 0.8% -
XYZ 36.63 37.61 61.83 -
YUV 164.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 149 165 203 0.27 0.19 0 0.20 222.22 0.34 0.69
Hex 95 A5 CB 1B 13 0 14 DE 22 45
Octal 225 245 313 33 23 0 24 336 42 105
Binary 10010101 10100101 11001011 11011 10011 0 10100 11011110 100010 1000101

Color Harmonies of #95A5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A5CB

Black with #95A5CB

Text Example


Text Example

White with #95A5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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