Html Css Color HEX #95AFDD Polo Blue

📋 copy color: '#95AFDD'

red 149 ◦ green 175 ◦ blue 221

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

Shades of Polo Blue #95AFDD

Tints of Polo Blue #95AFDD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.11%

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 27.34%
G = 32.11%
B = 40.55%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#95AFDD (or 0x95AFDD) is known color: Polo Blue. HEX triplet: 95, AF and DD. RGB value is (149,175,221). Sum of RGB (Red+Green+Blue) = 149+175+221=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #95AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFDD is #6A5022. Grayscale: #ACACAC. Windows color (decimal): -6967331 or 14528405. OLE color: 14528405.

HSL color Cylindrical-coordinate representation of color #95AFDD: hue angle of 218.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95AFDD is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 175 221 -
CMYK 0.33 0.21 0 0.13
HSL 218.33º 0.51% 0.73% -
HSV(B) 218.33º 0.33% 0.87% -
XYZ 40.78 42.27 74.42 -
YUV 172.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 149 175 221 0.33 0.21 0 0.13 218.33 0.51 0.73
Hex 95 AF DD 21 15 0 D DA 33 49
Octal 225 257 335 41 25 0 15 332 63 111
Binary 10010101 10101111 11011101 100001 10101 0 1101 11011010 110011 1001001

Color Harmonies of #95AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AFDD

Black with #95AFDD

Text Example


Text Example

White with #95AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,175,221); }

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

background-color css

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

 a { background-color: rgb(149,175,221); }

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

border-color css

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

 span { border-color: rgb(149,175,221); }

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