Html Css Color HEX #95AAD3 Polo Blue

📋 copy color: '#95AAD3'

red 149 ◦ green 170 ◦ blue 211

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

Shades of Polo Blue #95AAD3

Tints of Polo Blue #95AAD3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.08%

 BLUE value IS 211 (82.81% from 255) = 39.81%

R = 28.11%
G = 32.08%
B = 39.81%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#95AAD3 (or 0x95AAD3) is known color: Polo Blue. HEX triplet: 95, AA and D3. RGB value is (149,170,211). Sum of RGB (Red+Green+Blue) = 149+170+211=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #95AAD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AAD3 is #6A552C. Grayscale: #A8A8A8. Windows color (decimal): -6968621 or 13871765. OLE color: 13871765.

HSL color Cylindrical-coordinate representation of color #95AAD3: hue angle of 219.68º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95AAD3 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 170 211 -
CMYK 0.29 0.19 0 0.17
HSL 219.68º 0.41% 0.71% -
HSV(B) 219.68º 0.29% 0.83% -
XYZ 38.53 39.84 67.29 -
YUV 168.4 152.04 114.17 -
System Red Green Blue C M Y K H S L
Decimal 149 170 211 0.29 0.19 0 0.17 219.68 0.41 0.71
Hex 95 AA D3 1D 13 0 11 DC 29 47
Octal 225 252 323 35 23 0 21 334 51 107
Binary 10010101 10101010 11010011 11101 10011 0 10001 11011100 101001 1000111

Color Harmonies of #95AAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AAD3

Black with #95AAD3

Text Example


Text Example

White with #95AAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,170,211); }

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

background-color css

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

 a { background-color: rgb(149,170,211); }

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

border-color css

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

 span { border-color: rgb(149,170,211); }

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