Html Css Color HEX #8CACCF Polo Blue

📋 copy color: '#8CACCF'

red 140 ◦ green 172 ◦ blue 207

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

Shades of Polo Blue #8CACCF

Tints of Polo Blue #8CACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.88%

R = 26.97%
G = 33.14%
B = 39.88%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CACCF (or 0x8CACCF) is known color: Polo Blue. HEX triplet: 8C, AC and CF. RGB value is (140,172,207). Sum of RGB (Red+Green+Blue) = 140+172+207=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACCF is #735330. Grayscale: #A6A6A6. Windows color (decimal): -7557937 or 13610124. OLE color: 13610124.

HSL color Cylindrical-coordinate representation of color #8CACCF: hue angle of 211.34º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CACCF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 172 207 -
CMYK 0.32 0.17 0 0.19
HSL 211.34º 0.41% 0.68% -
HSV(B) 211.34º 0.32% 0.81% -
XYZ 36.83 39.59 64.73 -
YUV 166.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 140 172 207 0.32 0.17 0 0.19 211.34 0.41 0.68
Hex 8C AC CF 20 11 0 13 D3 29 44
Octal 214 254 317 40 21 0 23 323 51 104
Binary 10001100 10101100 11001111 100000 10001 0 10011 11010011 101001 1000100

Color Harmonies of #8CACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACCF

Black with #8CACCF

Text Example


Text Example

White with #8CACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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