Html Css Color HEX #8FAEDD Polo Blue

📋 copy color: '#8FAEDD'

red 143 ◦ green 174 ◦ blue 221

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

Shades of Polo Blue #8FAEDD

Tints of Polo Blue #8FAEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 26.58%
G = 32.34%
B = 41.08%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FAEDD (or 0x8FAEDD) is known color: Polo Blue. HEX triplet: 8F, AE and DD. RGB value is (143,174,221). Sum of RGB (Red+Green+Blue) = 143+174+221=538 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.58% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEDD is #705122. Grayscale: #A9A9A9. Windows color (decimal): -7360803 or 14528143. OLE color: 14528143.

HSL color Cylindrical-coordinate representation of color #8FAEDD: hue angle of 216.15º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FAEDD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 174 221 -
CMYK 0.35 0.21 0 0.13
HSL 216.15º 0.53% 0.71% -
HSV(B) 216.15º 0.35% 0.87% -
XYZ 39.51 41.33 74.3 -
YUV 170.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 143 174 221 0.35 0.21 0 0.13 216.15 0.53 0.71
Hex 8F AE DD 23 15 0 D D8 35 47
Octal 217 256 335 43 25 0 15 330 65 107
Binary 10001111 10101110 11011101 100011 10101 0 1101 11011000 110101 1000111

Color Harmonies of #8FAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAEDD

Black with #8FAEDD

Text Example


Text Example

White with #8FAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,174,221); }

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

background-color css

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

 a { background-color: rgb(143,174,221); }

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

border-color css

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

 span { border-color: rgb(143,174,221); }

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