Html Css Color HEX #8CADD6 Polo Blue

📋 copy color: '#8CADD6'

red 140 ◦ green 173 ◦ blue 214

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

Shades of Polo Blue #8CADD6

Tints of Polo Blue #8CADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.61%

R = 26.57%
G = 32.83%
B = 40.61%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8CADD6 (or 0x8CADD6) is known color: Polo Blue. HEX triplet: 8C, AD and D6. RGB value is (140,173,214). Sum of RGB (Red+Green+Blue) = 140+173+214=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #8CADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADD6 is #735229. Grayscale: #A7A7A7. Windows color (decimal): -7557674 or 14069132. OLE color: 14069132.

HSL color Cylindrical-coordinate representation of color #8CADD6: hue angle of 213.24º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CADD6 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 173 214 -
CMYK 0.35 0.19 0 0.16
HSL 213.24º 0.47% 0.69% -
HSV(B) 213.24º 0.35% 0.84% -
XYZ 37.9 40.32 69.4 -
YUV 167.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 140 173 214 0.35 0.19 0 0.16 213.24 0.47 0.69
Hex 8C AD D6 23 13 0 10 D5 2F 45
Octal 214 255 326 43 23 0 20 325 57 105
Binary 10001100 10101101 11010110 100011 10011 0 10000 11010101 101111 1000101

Color Harmonies of #8CADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADD6

Black with #8CADD6

Text Example


Text Example

White with #8CADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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