Html Css Color HEX #85AFCA Polo Blue

📋 copy color: '#85AFCA'

red 133 ◦ green 175 ◦ blue 202

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

Shades of Polo Blue #85AFCA

Tints of Polo Blue #85AFCA

RGB

 RED value IS 133 (52.34% from 255) = 26.08%

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

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

R = 26.08%
G = 34.31%
B = 39.61%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#85AFCA (or 0x85AFCA) is known color: Polo Blue. HEX triplet: 85, AF and CA. RGB value is (133,175,202). Sum of RGB (Red+Green+Blue) = 133+175+202=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #85AFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFCA is #7A5035. Grayscale: #A5A5A5. Windows color (decimal): -8015926 or 13283205. OLE color: 13283205.

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

Color convert

RGB 133 175 202 -
CMYK 0.34 0.13 0 0.21
HSL 203.48º 0.39% 0.66% -
HSV(B) 203.48º 0.34% 0.79% -
XYZ 35.66 39.91 61.7 -
YUV 165.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 133 175 202 0.34 0.13 0 0.21 203.48 0.39 0.66
Hex 85 AF CA 22 D 0 15 CB 27 42
Octal 205 257 312 42 15 0 25 313 47 102
Binary 10000101 10101111 11001010 100010 1101 0 10101 11001011 100111 1000010

Color Harmonies of #85AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFCA

Black with #85AFCA

Text Example


Text Example

White with #85AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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