Html Css Color HEX #8FAECF Polo Blue

📋 copy color: '#8FAECF'

red 143 ◦ green 174 ◦ blue 207

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

Shades of Polo Blue #8FAECF

Tints of Polo Blue #8FAECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 27.29%
G = 33.21%
B = 39.5%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FAECF (or 0x8FAECF) is known color: Polo Blue. HEX triplet: 8F, AE and CF. RGB value is (143,174,207). Sum of RGB (Red+Green+Blue) = 143+174+207=524 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.29% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FAECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAECF is #705130. Grayscale: #A8A8A8. Windows color (decimal): -7360817 or 13610639. OLE color: 13610639.

HSL color Cylindrical-coordinate representation of color #8FAECF: hue angle of 210.94º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FAECF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 174 207 -
CMYK 0.31 0.16 0 0.19
HSL 210.94º 0.4% 0.69% -
HSV(B) 210.94º 0.31% 0.81% -
XYZ 37.73 40.62 64.88 -
YUV 168.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 143 174 207 0.31 0.16 0 0.19 210.94 0.4 0.69
Hex 8F AE CF 1F 10 0 13 D3 28 45
Octal 217 256 317 37 20 0 23 323 50 105
Binary 10001111 10101110 11001111 11111 10000 0 10011 11010011 101000 1000101

Color Harmonies of #8FAECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAECF

Black with #8FAECF

Text Example


Text Example

White with #8FAECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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