Html Css Color HEX #8FABD6 Polo Blue

📋 copy color: '#8FABD6'

red 143 ◦ green 171 ◦ blue 214

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

Shades of Polo Blue #8FABD6

Tints of Polo Blue #8FABD6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.39%

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

R = 27.08%
G = 32.39%
B = 40.53%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8FABD6 (or 0x8FABD6) is known color: Polo Blue. HEX triplet: 8F, AB and D6. RGB value is (143,171,214). Sum of RGB (Red+Green+Blue) = 143+171+214=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FABD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABD6 is #705429. Grayscale: #A7A7A7. Windows color (decimal): -7361578 or 14068623. OLE color: 14068623.

HSL color Cylindrical-coordinate representation of color #8FABD6: hue angle of 216.34º 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 #8FABD6 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 171 214 -
CMYK 0.33 0.20 0 0.16
HSL 216.34º 0.46% 0.7% -
HSV(B) 216.34º 0.33% 0.84% -
XYZ 38.03 39.82 69.3 -
YUV 167.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 143 171 214 0.33 0.20 0 0.16 216.34 0.46 0.7
Hex 8F AB D6 21 14 0 10 D8 2E 46
Octal 217 253 326 41 24 0 20 330 56 106
Binary 10001111 10101011 11010110 100001 10100 0 10000 11011000 101110 1000110

Color Harmonies of #8FABD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABD6

Black with #8FABD6

Text Example


Text Example

White with #8FABD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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