Html Css Color HEX #95AFCE Polo Blue

📋 copy color: '#95AFCE'

red 149 ◦ green 175 ◦ blue 206

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

Shades of Polo Blue #95AFCE

Tints of Polo Blue #95AFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.87%

R = 28.11%
G = 33.02%
B = 38.87%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#95AFCE (or 0x95AFCE) is known color: Polo Blue. HEX triplet: 95, AF and CE. RGB value is (149,175,206). Sum of RGB (Red+Green+Blue) = 149+175+206=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #95AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFCE is #6A5031. Grayscale: #AAAAAA. Windows color (decimal): -6967346 or 13545365. OLE color: 13545365.

HSL color Cylindrical-coordinate representation of color #95AFCE: hue angle of 212.63º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95AFCE is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 175 206 -
CMYK 0.28 0.15 0 0.19
HSL 212.63º 0.37% 0.7% -
HSV(B) 212.63º 0.28% 0.81% -
XYZ 38.86 41.51 64.36 -
YUV 170.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 149 175 206 0.28 0.15 0 0.19 212.63 0.37 0.7
Hex 95 AF CE 1C F 0 13 D5 25 46
Octal 225 257 316 34 17 0 23 325 45 106
Binary 10010101 10101111 11001110 11100 1111 0 10011 11010101 100101 1000110

Color Harmonies of #95AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AFCE

Black with #95AFCE

Text Example


Text Example

White with #95AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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