Html Css Color HEX #8CADD1 Polo Blue

📋 copy color: '#8CADD1'

red 140 ◦ green 173 ◦ blue 209

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

Shades of Polo Blue #8CADD1

Tints of Polo Blue #8CADD1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.14%

 BLUE value IS 209 (82.03% from 255) = 40.04%

R = 26.82%
G = 33.14%
B = 40.04%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8CADD1 (or 0x8CADD1) is known color: Polo Blue. HEX triplet: 8C, AD and D1. RGB value is (140,173,209). Sum of RGB (Red+Green+Blue) = 140+173+209=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #8CADD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADD1 is #73522E. Grayscale: #A7A7A7. Windows color (decimal): -7557679 or 13741452. OLE color: 13741452.

HSL color Cylindrical-coordinate representation of color #8CADD1: hue angle of 211.3º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CADD1 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 173 209 -
CMYK 0.33 0.17 0 0.18
HSL 211.3º 0.43% 0.68% -
HSV(B) 211.3º 0.33% 0.82% -
XYZ 37.27 40.07 66.09 -
YUV 167.24 151.57 108.57 -
System Red Green Blue C M Y K H S L
Decimal 140 173 209 0.33 0.17 0 0.18 211.3 0.43 0.68
Hex 8C AD D1 21 11 0 12 D3 2B 44
Octal 214 255 321 41 21 0 22 323 53 104
Binary 10001100 10101101 11010001 100001 10001 0 10010 11010011 101011 1000100

Color Harmonies of #8CADD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADD1

Black with #8CADD1

Text Example


Text Example

White with #8CADD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,173,209); }

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

background-color css

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

 a { background-color: rgb(140,173,209); }

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

border-color css

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

 span { border-color: rgb(140,173,209); }

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