Html Css Color HEX #8CACDB Polo Blue

📋 copy color: '#8CACDB'

red 140 ◦ green 172 ◦ blue 219

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

Shades of Polo Blue #8CACDB

Tints of Polo Blue #8CACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 26.37%
G = 32.39%
B = 41.24%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8CACDB (or 0x8CACDB) is known color: Polo Blue. HEX triplet: 8C, AC and DB. RGB value is (140,172,219). Sum of RGB (Red+Green+Blue) = 140+172+219=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACDB is #735324. Grayscale: #A7A7A7. Windows color (decimal): -7557925 or 14396556. OLE color: 14396556.

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

Color convert

RGB 140 172 219 -
CMYK 0.36 0.21 0 0.14
HSL 215.7º 0.52% 0.7% -
HSV(B) 215.7º 0.36% 0.86% -
XYZ 38.35 40.19 72.75 -
YUV 167.79 156.9 108.18 -
System Red Green Blue C M Y K H S L
Decimal 140 172 219 0.36 0.21 0 0.14 215.7 0.52 0.7
Hex 8C AC DB 24 15 0 E D8 34 46
Octal 214 254 333 44 25 0 16 330 64 106
Binary 10001100 10101100 11011011 100100 10101 0 1110 11011000 110100 1000110

Color Harmonies of #8CACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACDB

Black with #8CACDB

Text Example


Text Example

White with #8CACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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