Html Css Color HEX #8DAFCB Polo Blue

📋 copy color: '#8DAFCB'

red 141 ◦ green 175 ◦ blue 203

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

Shades of Polo Blue #8DAFCB

Tints of Polo Blue #8DAFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.72%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 27.17%
G = 33.72%
B = 39.11%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8DAFCB (or 0x8DAFCB) is known color: Polo Blue. HEX triplet: 8D, AF and CB. RGB value is (141,175,203). Sum of RGB (Red+Green+Blue) = 141+175+203=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DAFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFCB is #725034. Grayscale: #A7A7A7. Windows color (decimal): -7491637 or 13348749. OLE color: 13348749.

HSL color Cylindrical-coordinate representation of color #8DAFCB: hue angle of 207.1º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DAFCB is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 141 175 203 -
CMYK 0.31 0.14 0 0.20
HSL 207.1º 0.37% 0.67% -
HSV(B) 207.1º 0.31% 0.8% -
XYZ 37.09 40.63 62.39 -
YUV 168.03 147.74 108.72 -
System Red Green Blue C M Y K H S L
Decimal 141 175 203 0.31 0.14 0 0.20 207.1 0.37 0.67
Hex 8D AF CB 1F E 0 14 CF 25 43
Octal 215 257 313 37 16 0 24 317 45 103
Binary 10001101 10101111 11001011 11111 1110 0 10100 11001111 100101 1000011

Color Harmonies of #8DAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFCB

Black with #8DAFCB

Text Example


Text Example

White with #8DAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,175,203); }

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

background-color css

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

 a { background-color: rgb(141,175,203); }

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

border-color css

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

 span { border-color: rgb(141,175,203); }

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