Html Css Color HEX #8CADCD Polo Blue

📋 copy color: '#8CADCD'

red 140 ◦ green 173 ◦ blue 205

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

Shades of Polo Blue #8CADCD

Tints of Polo Blue #8CADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 27.03%
G = 33.4%
B = 39.58%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CADCD (or 0x8CADCD) is known color: Polo Blue. HEX triplet: 8C, AD and CD. RGB value is (140,173,205). Sum of RGB (Red+Green+Blue) = 140+173+205=518 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.03% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADCD is #735232. Grayscale: #A6A6A6. Windows color (decimal): -7557683 or 13479308. OLE color: 13479308.

HSL color Cylindrical-coordinate representation of color #8CADCD: hue angle of 209.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CADCD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 173 205 -
CMYK 0.32 0.16 0 0.20
HSL 209.54º 0.39% 0.68% -
HSV(B) 209.54º 0.32% 0.8% -
XYZ 36.78 39.87 63.51 -
YUV 166.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 140 173 205 0.32 0.16 0 0.20 209.54 0.39 0.68
Hex 8C AD CD 20 10 0 14 D2 27 44
Octal 214 255 315 40 20 0 24 322 47 104
Binary 10001100 10101101 11001101 100000 10000 0 10100 11010010 100111 1000100

Color Harmonies of #8CADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADCD

Black with #8CADCD

Text Example


Text Example

White with #8CADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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