Html Css Color HEX #8FADCC Polo Blue

📋 copy color: '#8FADCC'

red 143 ◦ green 173 ◦ blue 204

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

Shades of Polo Blue #8FADCC

Tints of Polo Blue #8FADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 27.5%
G = 33.27%
B = 39.23%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FADCC (or 0x8FADCC) is known color: Polo Blue. HEX triplet: 8F, AD and CC. RGB value is (143,173,204). Sum of RGB (Red+Green+Blue) = 143+173+204=520 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.5% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADCC is #705233. Grayscale: #A7A7A7. Windows color (decimal): -7361076 or 13413775. OLE color: 13413775.

HSL color Cylindrical-coordinate representation of color #8FADCC: hue angle of 210.49º degrees, saturation: 0.37, 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 #8FADCC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 173 204 -
CMYK 0.30 0.15 0 0.2
HSL 210.49º 0.37% 0.68% -
HSV(B) 210.49º 0.3% 0.8% -
XYZ 37.17 40.09 62.91 -
YUV 167.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 143 173 204 0.30 0.15 0 0.2 210.49 0.37 0.68
Hex 8F AD CC 1E F 0 14 D2 25 44
Octal 217 255 314 36 17 0 24 322 45 104
Binary 10001111 10101101 11001100 11110 1111 0 10100 11010010 100101 1000100

Color Harmonies of #8FADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADCC

Black with #8FADCC

Text Example


Text Example

White with #8FADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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