Html Css Color HEX #8CADCF Polo Blue

📋 copy color: '#8CADCF'

red 140 ◦ green 173 ◦ blue 207

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

Shades of Polo Blue #8CADCF

Tints of Polo Blue #8CADCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.81%

R = 26.92%
G = 33.27%
B = 39.81%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8CADCF (or 0x8CADCF) is known color: Polo Blue. HEX triplet: 8C, AD and CF. RGB value is (140,173,207). Sum of RGB (Red+Green+Blue) = 140+173+207=520 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.92% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CADCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADCF is #735230. Grayscale: #A6A6A6. Windows color (decimal): -7557681 or 13610380. OLE color: 13610380.

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

Color convert

RGB 140 173 207 -
CMYK 0.32 0.16 0 0.19
HSL 210.45º 0.41% 0.68% -
HSV(B) 210.45º 0.32% 0.81% -
XYZ 37.02 39.97 64.79 -
YUV 167.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 140 173 207 0.32 0.16 0 0.19 210.45 0.41 0.68
Hex 8C AD CF 20 10 0 13 D2 29 44
Octal 214 255 317 40 20 0 23 322 51 104
Binary 10001100 10101101 11001111 100000 10000 0 10011 11010010 101001 1000100

Color Harmonies of #8CADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADCF

Black with #8CADCF

Text Example


Text Example

White with #8CADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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