Html Css Color HEX #8FAED6 Polo Blue

📋 copy color: '#8FAED6'

red 143 ◦ green 174 ◦ blue 214

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

Shades of Polo Blue #8FAED6

Tints of Polo Blue #8FAED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.3%

R = 26.93%
G = 32.77%
B = 40.3%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8FAED6 (or 0x8FAED6) is known color: Polo Blue. HEX triplet: 8F, AE and D6. RGB value is (143,174,214). Sum of RGB (Red+Green+Blue) = 143+174+214=531 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.93% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FAED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAED6 is #705129. Grayscale: #A9A9A9. Windows color (decimal): -7360810 or 14069391. OLE color: 14069391.

HSL color Cylindrical-coordinate representation of color #8FAED6: hue angle of 213.8º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FAED6 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 174 214 -
CMYK 0.33 0.19 0 0.16
HSL 213.8º 0.46% 0.7% -
HSV(B) 213.8º 0.33% 0.84% -
XYZ 38.6 40.97 69.49 -
YUV 169.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 143 174 214 0.33 0.19 0 0.16 213.8 0.46 0.7
Hex 8F AE D6 21 13 0 10 D6 2E 46
Octal 217 256 326 41 23 0 20 326 56 106
Binary 10001111 10101110 11010110 100001 10011 0 10000 11010110 101110 1000110

Color Harmonies of #8FAED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAED6

Black with #8FAED6

Text Example


Text Example

White with #8FAED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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