Html Css Color HEX #8FADCF Polo Blue

📋 copy color: '#8FADCF'

red 143 ◦ green 173 ◦ blue 207

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

Shades of Polo Blue #8FADCF

Tints of Polo Blue #8FADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.08%

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

R = 27.34%
G = 33.08%
B = 39.58%

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

#8FADCF (or 0x8FADCF) is known color: Polo Blue. HEX triplet: 8F, AD and CF. RGB value is (143,173,207). Sum of RGB (Red+Green+Blue) = 143+173+207=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADCF is #705230. Grayscale: #A7A7A7. Windows color (decimal): -7361073 or 13610383. OLE color: 13610383.

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

Color convert

RGB 143 173 207 -
CMYK 0.31 0.16 0 0.19
HSL 211.88º 0.4% 0.69% -
HSV(B) 211.88º 0.31% 0.81% -
XYZ 37.53 40.23 64.82 -
YUV 167.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 143 173 207 0.31 0.16 0 0.19 211.88 0.4 0.69
Hex 8F AD CF 1F 10 0 13 D4 28 45
Octal 217 255 317 37 20 0 23 324 50 105
Binary 10001111 10101101 11001111 11111 10000 0 10011 11010100 101000 1000101

Color Harmonies of #8FADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADCF

Black with #8FADCF

Text Example


Text Example

White with #8FADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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