Html Css Color HEX #8CAACC Polo Blue

📋 copy color: '#8CAACC'

red 140 ◦ green 170 ◦ blue 204

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

Shades of Polo Blue #8CAACC

Tints of Polo Blue #8CAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 27.24%
G = 33.07%
B = 39.69%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8CAACC (or 0x8CAACC) is known color: Polo Blue. HEX triplet: 8C, AA and CC. RGB value is (140,170,204). Sum of RGB (Red+Green+Blue) = 140+170+204=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAACC is #735533. Grayscale: #A4A4A4. Windows color (decimal): -7558452 or 13413004. OLE color: 13413004.

HSL color Cylindrical-coordinate representation of color #8CAACC: hue angle of 211.88º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CAACC is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 170 204 -
CMYK 0.31 0.17 0 0.2
HSL 211.88º 0.39% 0.67% -
HSV(B) 211.88º 0.31% 0.8% -
XYZ 36.09 38.68 62.69 -
YUV 164.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 140 170 204 0.31 0.17 0 0.2 211.88 0.39 0.67
Hex 8C AA CC 1F 11 0 14 D4 27 43
Octal 214 252 314 37 21 0 24 324 47 103
Binary 10001100 10101010 11001100 11111 10001 0 10100 11010100 100111 1000011

Color Harmonies of #8CAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAACC

Black with #8CAACC

Text Example


Text Example

White with #8CAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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