Html Css Color HEX #8CA9DF Polo Blue

📋 copy color: '#8CA9DF'

red 140 ◦ green 169 ◦ blue 223

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

Shades of Polo Blue #8CA9DF

Tints of Polo Blue #8CA9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 26.32%
G = 31.77%
B = 41.92%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8CA9DF (or 0x8CA9DF) is known color: Polo Blue. HEX triplet: 8C, A9 and DF. RGB value is (140,169,223). Sum of RGB (Red+Green+Blue) = 140+169+223=532 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.32% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CA9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9DF is #735620. Grayscale: #A6A6A6. Windows color (decimal): -7558689 or 14657932. OLE color: 14657932.

HSL color Cylindrical-coordinate representation of color #8CA9DF: hue angle of 219.04º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CA9DF is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 169 223 -
CMYK 0.37 0.24 0 0.13
HSL 219.04º 0.56% 0.71% -
HSV(B) 219.04º 0.37% 0.87% -
XYZ 38.32 39.28 75.37 -
YUV 166.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 140 169 223 0.37 0.24 0 0.13 219.04 0.56 0.71
Hex 8C A9 DF 25 18 0 D DB 38 47
Octal 214 251 337 45 30 0 15 333 70 107
Binary 10001100 10101001 11011111 100101 11000 0 1101 11011011 111000 1000111

Color Harmonies of #8CA9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA9DF

Black with #8CA9DF

Text Example


Text Example

White with #8CA9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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