Html Css Color HEX #85AECE Polo Blue

📋 copy color: '#85AECE'

red 133 ◦ green 174 ◦ blue 206

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

Shades of Polo Blue #85AECE

Tints of Polo Blue #85AECE

RGB

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

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

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

R = 25.93%
G = 33.92%
B = 40.16%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#85AECE (or 0x85AECE) is known color: Polo Blue. HEX triplet: 85, AE and CE. RGB value is (133,174,206). Sum of RGB (Red+Green+Blue) = 133+174+206=513 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.93% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #85AECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AECE is #7A5131. Grayscale: #A5A5A5. Windows color (decimal): -8016178 or 13545093. OLE color: 13545093.

HSL color Cylindrical-coordinate representation of color #85AECE: hue angle of 206.3º 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 #85AECE is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 174 206 -
CMYK 0.35 0.16 0 0.19
HSL 206.3º 0.43% 0.66% -
HSV(B) 206.3º 0.35% 0.81% -
XYZ 35.95 39.71 64.16 -
YUV 165.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 133 174 206 0.35 0.16 0 0.19 206.3 0.43 0.66
Hex 85 AE CE 23 10 0 13 CE 2B 42
Octal 205 256 316 43 20 0 23 316 53 102
Binary 10000101 10101110 11001110 100011 10000 0 10011 11001110 101011 1000010

Color Harmonies of #85AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AECE

Black with #85AECE

Text Example


Text Example

White with #85AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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