Html Css Color HEX #8CADD2 Polo Blue

📋 copy color: '#8CADD2'

red 140 ◦ green 173 ◦ blue 210

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

Shades of Polo Blue #8CADD2

Tints of Polo Blue #8CADD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.15%

R = 26.77%
G = 33.08%
B = 40.15%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8CADD2 (or 0x8CADD2) is known color: Polo Blue. HEX triplet: 8C, AD and D2. RGB value is (140,173,210). Sum of RGB (Red+Green+Blue) = 140+173+210=523 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.77% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #8CADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADD2 is #73522D. Grayscale: #A7A7A7. Windows color (decimal): -7557678 or 13806988. OLE color: 13806988.

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

Color convert

RGB 140 173 210 -
CMYK 0.33 0.18 0 0.18
HSL 211.71º 0.44% 0.69% -
HSV(B) 211.71º 0.33% 0.82% -
XYZ 37.39 40.12 66.75 -
YUV 167.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 140 173 210 0.33 0.18 0 0.18 211.71 0.44 0.69
Hex 8C AD D2 21 12 0 12 D4 2C 45
Octal 214 255 322 41 22 0 22 324 54 105
Binary 10001100 10101101 11010010 100001 10010 0 10010 11010100 101100 1000101

Color Harmonies of #8CADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADD2

Black with #8CADD2

Text Example


Text Example

White with #8CADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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