Html Css Color HEX #85AECB Polo Blue

📋 copy color: '#85AECB'

red 133 ◦ green 174 ◦ blue 203

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

Shades of Polo Blue #85AECB

Tints of Polo Blue #85AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.8%

R = 26.08%
G = 34.12%
B = 39.8%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#85AECB (or 0x85AECB) is known color: Polo Blue. HEX triplet: 85, AE and CB. RGB value is (133,174,203). Sum of RGB (Red+Green+Blue) = 133+174+203=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #85AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85AECB is #7A5134. Grayscale: #A4A4A4. Windows color (decimal): -8016181 or 13348485. OLE color: 13348485.

HSL color Cylindrical-coordinate representation of color #85AECB: hue angle of 204.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85AECB is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 133 174 203 -
CMYK 0.34 0.14 0 0.20
HSL 204.86º 0.4% 0.66% -
HSV(B) 204.86º 0.34% 0.8% -
XYZ 35.59 39.57 62.26 -
YUV 165.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 133 174 203 0.34 0.14 0 0.20 204.86 0.4 0.66
Hex 85 AE CB 22 E 0 14 CD 28 42
Octal 205 256 313 42 16 0 24 315 50 102
Binary 10000101 10101110 11001011 100010 1110 0 10100 11001101 101000 1000010

Color Harmonies of #85AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AECB

Black with #85AECB

Text Example


Text Example

White with #85AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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