Html Css Color HEX #85AFCE Polo Blue

📋 copy color: '#85AFCE'

red 133 ◦ green 175 ◦ blue 206

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

Shades of Polo Blue #85AFCE

Tints of Polo Blue #85AFCE

RGB

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

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

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

R = 25.88%
G = 34.05%
B = 40.08%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#85AFCE (or 0x85AFCE) is known color: Polo Blue. HEX triplet: 85, AF and CE. RGB value is (133,175,206). Sum of RGB (Red+Green+Blue) = 133+175+206=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #85AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AFCE is #7A5031. Grayscale: #A5A5A5. Windows color (decimal): -8015922 or 13545349. OLE color: 13545349.

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

Color convert

RGB 133 175 206 -
CMYK 0.35 0.15 0 0.19
HSL 205.48º 0.43% 0.66% -
HSV(B) 205.48º 0.35% 0.81% -
XYZ 36.14 40.1 64.23 -
YUV 165.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 133 175 206 0.35 0.15 0 0.19 205.48 0.43 0.66
Hex 85 AF CE 23 F 0 13 CD 2B 42
Octal 205 257 316 43 17 0 23 315 53 102
Binary 10000101 10101111 11001110 100011 1111 0 10011 11001101 101011 1000010

Color Harmonies of #85AFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFCE

Black with #85AFCE

Text Example


Text Example

White with #85AFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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