Html Css Color HEX #8CAADC Polo Blue

📋 copy color: '#8CAADC'

red 140 ◦ green 170 ◦ blue 220

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

Shades of Polo Blue #8CAADC

Tints of Polo Blue #8CAADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.08%

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

R = 26.42%
G = 32.08%
B = 41.51%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CAADC (or 0x8CAADC) is known color: Polo Blue. HEX triplet: 8C, AA and DC. RGB value is (140,170,220). Sum of RGB (Red+Green+Blue) = 140+170+220=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAADC is #735523. Grayscale: #A6A6A6. Windows color (decimal): -7558436 or 14461580. OLE color: 14461580.

HSL color Cylindrical-coordinate representation of color #8CAADC: hue angle of 217.5º 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 #8CAADC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 170 220 -
CMYK 0.36 0.23 0 0.14
HSL 217.5º 0.53% 0.71% -
HSV(B) 217.5º 0.36% 0.86% -
XYZ 38.11 39.49 73.32 -
YUV 166.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 140 170 220 0.36 0.23 0 0.14 217.5 0.53 0.71
Hex 8C AA DC 24 17 0 E DA 35 47
Octal 214 252 334 44 27 0 16 332 65 107
Binary 10001100 10101010 11011100 100100 10111 0 1110 11011010 110101 1000111

Color Harmonies of #8CAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAADC

Black with #8CAADC

Text Example


Text Example

White with #8CAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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