Html Css Color HEX #8FAFD3 Polo Blue

📋 copy color: '#8FAFD3'

red 143 ◦ green 175 ◦ blue 211

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

Shades of Polo Blue #8FAFD3

Tints of Polo Blue #8FAFD3

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 211 (82.81% from 255) = 39.89%

R = 27.03%
G = 33.08%
B = 39.89%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8FAFD3 (or 0x8FAFD3) is known color: Polo Blue. HEX triplet: 8F, AF and D3. RGB value is (143,175,211). Sum of RGB (Red+Green+Blue) = 143+175+211=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #8FAFD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAFD3 is #70502C. Grayscale: #A9A9A9. Windows color (decimal): -7360557 or 13873039. OLE color: 13873039.

HSL color Cylindrical-coordinate representation of color #8FAFD3: hue angle of 211.76º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FAFD3 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 143 175 211 -
CMYK 0.32 0.17 0 0.17
HSL 211.76º 0.44% 0.69% -
HSV(B) 211.76º 0.32% 0.83% -
XYZ 38.42 41.2 67.56 -
YUV 169.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 143 175 211 0.32 0.17 0 0.17 211.76 0.44 0.69
Hex 8F AF D3 20 11 0 11 D4 2C 45
Octal 217 257 323 40 21 0 21 324 54 105
Binary 10001111 10101111 11010011 100000 10001 0 10001 11010100 101100 1000101

Color Harmonies of #8FAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAFD3

Black with #8FAFD3

Text Example


Text Example

White with #8FAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,175,211); }

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

background-color css

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

 a { background-color: rgb(143,175,211); }

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

border-color css

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

 span { border-color: rgb(143,175,211); }

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