Html Css Color HEX #8CACDD Polo Blue

📋 copy color: '#8CACDD'

red 140 ◦ green 172 ◦ blue 221

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

Shades of Polo Blue #8CACDD

Tints of Polo Blue #8CACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.27%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 26.27%
G = 32.27%
B = 41.46%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8CACDD (or 0x8CACDD) is known color: Polo Blue. HEX triplet: 8C, AC and DD. RGB value is (140,172,221). Sum of RGB (Red+Green+Blue) = 140+172+221=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACDD is #735322. Grayscale: #A7A7A7. Windows color (decimal): -7557923 or 14527628. OLE color: 14527628.

HSL color Cylindrical-coordinate representation of color #8CACDD: hue angle of 216.3º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CACDD is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 172 221 -
CMYK 0.37 0.22 0 0.13
HSL 216.3º 0.54% 0.71% -
HSV(B) 216.3º 0.37% 0.87% -
XYZ 38.62 40.3 74.15 -
YUV 168.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 140 172 221 0.37 0.22 0 0.13 216.3 0.54 0.71
Hex 8C AC DD 25 16 0 D D8 36 47
Octal 214 254 335 45 26 0 15 330 66 107
Binary 10001100 10101100 11011101 100101 10110 0 1101 11011000 110110 1000111

Color Harmonies of #8CACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACDD

Black with #8CACDD

Text Example


Text Example

White with #8CACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,221); }

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

background-color css

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

 a { background-color: rgb(140,172,221); }

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

border-color css

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

 span { border-color: rgb(140,172,221); }

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