Html Css Color HEX #8DABCA Polo Blue

📋 copy color: '#8DABCA'

red 141 ◦ green 171 ◦ blue 202

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

Shades of Polo Blue #8DABCA

Tints of Polo Blue #8DABCA

RGB

 RED value IS 141 (55.47% from 255) = 27.43%

 GREEN value IS 171 (67.19% from 255) = 33.27%

 BLUE value IS 202 (79.3% from 255) = 39.3%

R = 27.43%
G = 33.27%
B = 39.3%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8DABCA (or 0x8DABCA) is known color: Polo Blue. HEX triplet: 8D, AB and CA. RGB value is (141,171,202). Sum of RGB (Red+Green+Blue) = 141+171+202=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DABCA is #725435. Grayscale: #A5A5A5. Windows color (decimal): -7492662 or 13282189. OLE color: 13282189.

HSL color Cylindrical-coordinate representation of color #8DABCA: hue angle of 210.49º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DABCA is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 171 202 -
CMYK 0.30 0.15 0 0.21
HSL 210.49º 0.37% 0.67% -
HSV(B) 210.49º 0.3% 0.79% -
XYZ 36.21 39.05 61.51 -
YUV 165.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 141 171 202 0.30 0.15 0 0.21 210.49 0.37 0.67
Hex 8D AB CA 1E F 0 15 D2 25 43
Octal 215 253 312 36 17 0 25 322 45 103
Binary 10001101 10101011 11001010 11110 1111 0 10101 11010010 100101 1000011

Color Harmonies of #8DABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DABCA

Black with #8DABCA

Text Example


Text Example

White with #8DABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,171,202); }

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

background-color css

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

 a { background-color: rgb(141,171,202); }

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

border-color css

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

 span { border-color: rgb(141,171,202); }

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