Html Css Color HEX #95A8D1 Polo Blue

📋 copy color: '#95A8D1'

red 149 ◦ green 168 ◦ blue 209

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

Shades of Polo Blue #95A8D1

Tints of Polo Blue #95A8D1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.94%

 BLUE value IS 209 (82.03% from 255) = 39.73%

R = 28.33%
G = 31.94%
B = 39.73%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#95A8D1 (or 0x95A8D1) is known color: Polo Blue. HEX triplet: 95, A8 and D1. RGB value is (149,168,209). Sum of RGB (Red+Green+Blue) = 149+168+209=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #95A8D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A8D1 is #6A572E. Grayscale: #A6A6A6. Windows color (decimal): -6969135 or 13740181. OLE color: 13740181.

HSL color Cylindrical-coordinate representation of color #95A8D1: hue angle of 221º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A8D1 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 168 209 -
CMYK 0.29 0.20 0 0.18
HSL 221º 0.39% 0.7% -
HSV(B) 221º 0.29% 0.82% -
XYZ 37.91 39 65.85 -
YUV 166.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 149 168 209 0.29 0.20 0 0.18 221 0.39 0.7
Hex 95 A8 D1 1D 14 0 12 DD 27 46
Octal 225 250 321 35 24 0 22 335 47 106
Binary 10010101 10101000 11010001 11101 10100 0 10010 11011101 100111 1000110

Color Harmonies of #95A8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A8D1

Black with #95A8D1

Text Example


Text Example

White with #95A8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,168,209); }

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

background-color css

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

 a { background-color: rgb(149,168,209); }

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

border-color css

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

 span { border-color: rgb(149,168,209); }

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