Html Css Color HEX #95A8D4 Polo Blue

📋 copy color: '#95A8D4'

red 149 ◦ green 168 ◦ blue 212

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

Shades of Polo Blue #95A8D4

Tints of Polo Blue #95A8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.08%

R = 28.17%
G = 31.76%
B = 40.08%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#95A8D4 (or 0x95A8D4) is known color: Polo Blue. HEX triplet: 95, A8 and D4. RGB value is (149,168,212). Sum of RGB (Red+Green+Blue) = 149+168+212=529 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.17% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #95A8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95A8D4 is #6A572B. Grayscale: #A7A7A7. Windows color (decimal): -6969132 or 13936789. OLE color: 13936789.

HSL color Cylindrical-coordinate representation of color #95A8D4: hue angle of 221.9º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95A8D4 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 168 212 -
CMYK 0.30 0.21 0 0.17
HSL 221.9º 0.42% 0.71% -
HSV(B) 221.9º 0.3% 0.83% -
XYZ 38.28 39.15 67.83 -
YUV 167.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 149 168 212 0.30 0.21 0 0.17 221.9 0.42 0.71
Hex 95 A8 D4 1E 15 0 11 DE 2A 47
Octal 225 250 324 36 25 0 21 336 52 107
Binary 10010101 10101000 11010100 11110 10101 0 10001 11011110 101010 1000111

Color Harmonies of #95A8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A8D4

Black with #95A8D4

Text Example


Text Example

White with #95A8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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