Html Css Color HEX #8DAFCC Polo Blue

📋 copy color: '#8DAFCC'

red 141 ◦ green 175 ◦ blue 204

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

Shades of Polo Blue #8DAFCC

Tints of Polo Blue #8DAFCC

RGB

 RED value IS 141 (55.47% from 255) = 27.12%

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

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

R = 27.12%
G = 33.65%
B = 39.23%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8DAFCC (or 0x8DAFCC) is known color: Polo Blue. HEX triplet: 8D, AF and CC. RGB value is (141,175,204). Sum of RGB (Red+Green+Blue) = 141+175+204=520 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.12% from 520); Green value is 175 (68.75% from 255 or 33.65% 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 #8DAFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFCC is #725033. Grayscale: #A7A7A7. Windows color (decimal): -7491636 or 13414285. OLE color: 13414285.

HSL color Cylindrical-coordinate representation of color #8DAFCC: hue angle of 207.62º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAFCC is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 141 175 204 -
CMYK 0.31 0.14 0 0.2
HSL 207.62º 0.38% 0.68% -
HSV(B) 207.62º 0.31% 0.8% -
XYZ 37.21 40.68 63.02 -
YUV 168.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 141 175 204 0.31 0.14 0 0.2 207.62 0.38 0.68
Hex 8D AF CC 1F E 0 14 D0 26 44
Octal 215 257 314 37 16 0 24 320 46 104
Binary 10001101 10101111 11001100 11111 1110 0 10100 11010000 100110 1000100

Color Harmonies of #8DAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFCC

Black with #8DAFCC

Text Example


Text Example

White with #8DAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,175,204); }

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

background-color css

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

 a { background-color: rgb(141,175,204); }

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

border-color css

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

 span { border-color: rgb(141,175,204); }

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