Html Css Color HEX #8CA9CC Polo Blue

📋 copy color: '#8CA9CC'

red 140 ◦ green 169 ◦ blue 204

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

Shades of Polo Blue #8CA9CC

Tints of Polo Blue #8CA9CC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.94%

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

R = 27.29%
G = 32.94%
B = 39.77%

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

#8CA9CC (or 0x8CA9CC) is known color: Polo Blue. HEX triplet: 8C, A9 and CC. RGB value is (140,169,204). Sum of RGB (Red+Green+Blue) = 140+169+204=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #8CA9CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9CC is #735633. Grayscale: #A4A4A4. Windows color (decimal): -7558708 or 13412748. OLE color: 13412748.

HSL color Cylindrical-coordinate representation of color #8CA9CC: hue angle of 212.81º 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 #8CA9CC is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 140 169 204 -
CMYK 0.31 0.17 0 0.2
HSL 212.81º 0.39% 0.67% -
HSV(B) 212.81º 0.31% 0.8% -
XYZ 35.9 38.31 62.63 -
YUV 164.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 140 169 204 0.31 0.17 0 0.2 212.81 0.39 0.67
Hex 8C A9 CC 1F 11 0 14 D5 27 43
Octal 214 251 314 37 21 0 24 325 47 103
Binary 10001100 10101001 11001100 11111 10001 0 10100 11010101 100111 1000011

Color Harmonies of #8CA9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA9CC

Black with #8CA9CC

Text Example


Text Example

White with #8CA9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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