Html Css Color HEX #85AECF Polo Blue

📋 copy color: '#85AECF'

red 133 ◦ green 174 ◦ blue 207

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

Shades of Polo Blue #85AECF

Tints of Polo Blue #85AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.85%

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 25.88%
G = 33.85%
B = 40.27%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#85AECF (or 0x85AECF) is known color: Polo Blue. HEX triplet: 85, AE and CF. RGB value is (133,174,207). Sum of RGB (Red+Green+Blue) = 133+174+207=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #85AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AECF is #7A5130. Grayscale: #A5A5A5. Windows color (decimal): -8016177 or 13610629. OLE color: 13610629.

HSL color Cylindrical-coordinate representation of color #85AECF: hue angle of 206.76º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85AECF is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 174 207 -
CMYK 0.36 0.16 0 0.19
HSL 206.76º 0.44% 0.67% -
HSV(B) 206.76º 0.36% 0.81% -
XYZ 36.07 39.76 64.81 -
YUV 165.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 133 174 207 0.36 0.16 0 0.19 206.76 0.44 0.67
Hex 85 AE CF 24 10 0 13 CF 2C 43
Octal 205 256 317 44 20 0 23 317 54 103
Binary 10000101 10101110 11001111 100100 10000 0 10011 11001111 101100 1000011

Color Harmonies of #85AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AECF

Black with #85AECF

Text Example


Text Example

White with #85AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,174,207); }

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

background-color css

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

 a { background-color: rgb(133,174,207); }

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

border-color css

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

 span { border-color: rgb(133,174,207); }

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