Html Css Color HEX #95ACD8 Polo Blue

📋 copy color: '#95ACD8'

red 149 ◦ green 172 ◦ blue 216

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

Shades of Polo Blue #95ACD8

Tints of Polo Blue #95ACD8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.03%

 BLUE value IS 216 (84.77% from 255) = 40.22%

R = 27.75%
G = 32.03%
B = 40.22%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#95ACD8 (or 0x95ACD8) is known color: Polo Blue. HEX triplet: 95, AC and D8. RGB value is (149,172,216). Sum of RGB (Red+Green+Blue) = 149+172+216=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #95ACD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACD8 is #6A5327. Grayscale: #A9A9A9. Windows color (decimal): -6968104 or 14199957. OLE color: 14199957.

HSL color Cylindrical-coordinate representation of color #95ACD8: hue angle of 219.4º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95ACD8 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 172 216 -
CMYK 0.31 0.20 0 0.15
HSL 219.4º 0.46% 0.72% -
HSV(B) 219.4º 0.31% 0.85% -
XYZ 39.54 40.85 70.77 -
YUV 170.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 149 172 216 0.31 0.20 0 0.15 219.4 0.46 0.72
Hex 95 AC D8 1F 14 0 F DB 2E 48
Octal 225 254 330 37 24 0 17 333 56 110
Binary 10010101 10101100 11011000 11111 10100 0 1111 11011011 101110 1001000

Color Harmonies of #95ACD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ACD8

Black with #95ACD8

Text Example


Text Example

White with #95ACD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,172,216); }

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

background-color css

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

 a { background-color: rgb(149,172,216); }

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

border-color css

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

 span { border-color: rgb(149,172,216); }

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