Html Css Color HEX #8FA6CD Polo Blue

📋 copy color: '#8FA6CD'

red 143 ◦ green 166 ◦ blue 205

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

Shades of Polo Blue #8FA6CD

Tints of Polo Blue #8FA6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.3%

 BLUE value IS 205 (80.47% from 255) = 39.88%

R = 27.82%
G = 32.3%
B = 39.88%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8FA6CD (or 0x8FA6CD) is known color: Polo Blue. HEX triplet: 8F, A6 and CD. RGB value is (143,166,205). Sum of RGB (Red+Green+Blue) = 143+166+205=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FA6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA6CD is #705932. Grayscale: #A3A3A3. Windows color (decimal): -7362867 or 13477519. OLE color: 13477519.

HSL color Cylindrical-coordinate representation of color #8FA6CD: hue angle of 217.74º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA6CD is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 143 166 205 -
CMYK 0.30 0.19 0 0.20
HSL 217.74º 0.38% 0.68% -
HSV(B) 217.74º 0.3% 0.8% -
XYZ 35.98 37.52 63.1 -
YUV 163.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 143 166 205 0.30 0.19 0 0.20 217.74 0.38 0.68
Hex 8F A6 CD 1E 13 0 14 DA 26 44
Octal 217 246 315 36 23 0 24 332 46 104
Binary 10001111 10100110 11001101 11110 10011 0 10100 11011010 100110 1000100

Color Harmonies of #8FA6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA6CD

Black with #8FA6CD

Text Example


Text Example

White with #8FA6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,166,205); }

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

background-color css

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

 a { background-color: rgb(143,166,205); }

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

border-color css

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

 span { border-color: rgb(143,166,205); }

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