Html Css Color HEX #95AFCA Polo Blue

📋 copy color: '#95AFCA'

red 149 ◦ green 175 ◦ blue 202

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

Shades of Polo Blue #95AFCA

Tints of Polo Blue #95AFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 28.33%
G = 33.27%
B = 38.4%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#95AFCA (or 0x95AFCA) is known color: Polo Blue. HEX triplet: 95, AF and CA. RGB value is (149,175,202). Sum of RGB (Red+Green+Blue) = 149+175+202=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #95AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95AFCA is #6A5035. Grayscale: #AAAAAA. Windows color (decimal): -6967350 or 13283221. OLE color: 13283221.

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

Color convert

RGB 149 175 202 -
CMYK 0.26 0.13 0 0.21
HSL 210.57º 0.33% 0.69% -
HSV(B) 210.57º 0.26% 0.79% -
XYZ 38.39 41.31 61.83 -
YUV 170.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 149 175 202 0.26 0.13 0 0.21 210.57 0.33 0.69
Hex 95 AF CA 1A D 0 15 D3 21 45
Octal 225 257 312 32 15 0 25 323 41 105
Binary 10010101 10101111 11001010 11010 1101 0 10101 11010011 100001 1000101

Color Harmonies of #95AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AFCA

Black with #95AFCA

Text Example


Text Example

White with #95AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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