Html Css Color HEX #8CAFDC Polo Blue

📋 copy color: '#8CAFDC'

red 140 ◦ green 175 ◦ blue 220

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

Shades of Polo Blue #8CAFDC

Tints of Polo Blue #8CAFDC

RGB

 RED value IS 140 (55.08% from 255) = 26.17%

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 26.17%
G = 32.71%
B = 41.12%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CAFDC (or 0x8CAFDC) is known color: Polo Blue. HEX triplet: 8C, AF and DC. RGB value is (140,175,220). Sum of RGB (Red+Green+Blue) = 140+175+220=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CAFDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFDC is #735023. Grayscale: #A9A9A9. Windows color (decimal): -7557156 or 14462860. OLE color: 14462860.

HSL color Cylindrical-coordinate representation of color #8CAFDC: hue angle of 213.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CAFDC is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 175 220 -
CMYK 0.36 0.20 0 0.14
HSL 213.75º 0.53% 0.71% -
HSV(B) 213.75º 0.36% 0.86% -
XYZ 39.06 41.4 73.64 -
YUV 169.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 140 175 220 0.36 0.20 0 0.14 213.75 0.53 0.71
Hex 8C AF DC 24 14 0 E D6 35 47
Octal 214 257 334 44 24 0 16 326 65 107
Binary 10001100 10101111 11011100 100100 10100 0 1110 11010110 110101 1000111

Color Harmonies of #8CAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAFDC

Black with #8CAFDC

Text Example


Text Example

White with #8CAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,175,220); }

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

background-color css

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

 a { background-color: rgb(140,175,220); }

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

border-color css

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

 span { border-color: rgb(140,175,220); }

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