Html Css Color HEX #8CACDA Polo Blue

📋 copy color: '#8CACDA'

red 140 ◦ green 172 ◦ blue 218

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

Shades of Polo Blue #8CACDA

Tints of Polo Blue #8CACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 26.42%
G = 32.45%
B = 41.13%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8CACDA (or 0x8CACDA) is known color: Polo Blue. HEX triplet: 8C, AC and DA. RGB value is (140,172,218). Sum of RGB (Red+Green+Blue) = 140+172+218=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #8CACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACDA is #735325. Grayscale: #A7A7A7. Windows color (decimal): -7557926 or 14331020. OLE color: 14331020.

HSL color Cylindrical-coordinate representation of color #8CACDA: hue angle of 215.38º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CACDA is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 172 218 -
CMYK 0.36 0.21 0 0.15
HSL 215.38º 0.51% 0.7% -
HSV(B) 215.38º 0.36% 0.85% -
XYZ 38.22 40.14 72.06 -
YUV 167.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 140 172 218 0.36 0.21 0 0.15 215.38 0.51 0.7
Hex 8C AC DA 24 15 0 F D7 33 46
Octal 214 254 332 44 25 0 17 327 63 106
Binary 10001100 10101100 11011010 100100 10101 0 1111 11010111 110011 1000110

Color Harmonies of #8CACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACDA

Black with #8CACDA

Text Example


Text Example

White with #8CACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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