Html Css Color HEX #8FAAE0 Polo Blue

📋 copy color: '#8FAAE0'

red 143 ◦ green 170 ◦ blue 224

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

Shades of Polo Blue #8FAAE0

Tints of Polo Blue #8FAAE0

RGB

 RED value IS 143 (56.25% from 255) = 26.63%

 GREEN value IS 170 (66.8% from 255) = 31.66%

 BLUE value IS 224 (87.89% from 255) = 41.71%

R = 26.63%
G = 31.66%
B = 41.71%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8FAAE0 (or 0x8FAAE0) is known color: Polo Blue. HEX triplet: 8F, AA and E0. RGB value is (143,170,224). Sum of RGB (Red+Green+Blue) = 143+170+224=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #8FAAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAAE0 is #70551F. Grayscale: #A7A7A7. Windows color (decimal): -7361824 or 14723727. OLE color: 14723727.

HSL color Cylindrical-coordinate representation of color #8FAAE0: hue angle of 220º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FAAE0 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 170 224 -
CMYK 0.36 0.24 0 0.12
HSL 220º 0.57% 0.72% -
HSV(B) 220º 0.36% 0.88% -
XYZ 39.16 39.97 76.17 -
YUV 168.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 143 170 224 0.36 0.24 0 0.12 220 0.57 0.72
Hex 8F AA E0 24 18 0 C DC 39 48
Octal 217 252 340 44 30 0 14 334 71 110
Binary 10001111 10101010 11100000 100100 11000 0 1100 11011100 111001 1001000

Color Harmonies of #8FAAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAAE0

Black with #8FAAE0

Text Example


Text Example

White with #8FAAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FAAE0; }

 p { color: rgb(143,170,224); }

 H1.HeaderClassName
 {
   color: #8FAAE0;
 }
 .AnyTagClassName
 {
   color: #8FAAE0;
 }
</style>

background-color css

<style>
 a { background-color: #8FAAE0; }

 a { background-color: rgb(143,170,224); }

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

border-color css

<style>
 span { border-color: #8FAAE0; }

 span { border-color: rgb(143,170,224); }

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