Html Css Color HEX #8DAFD4 Polo Blue

📋 copy color: '#8DAFD4'

red 141 ◦ green 175 ◦ blue 212

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

Shades of Polo Blue #8DAFD4

Tints of Polo Blue #8DAFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 40.15%

R = 26.7%
G = 33.14%
B = 40.15%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#8DAFD4 (or 0x8DAFD4) is known color: Polo Blue. HEX triplet: 8D, AF and D4. RGB value is (141,175,212). Sum of RGB (Red+Green+Blue) = 141+175+212=528 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.70% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 212 (83.20% from 255 or 40.15% from 528); Max value from RGB is 212 - color contains mainly: blue. Hex color #8DAFD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFD4 is #72502B. Grayscale: #A8A8A8. Windows color (decimal): -7491628 or 13938573. OLE color: 13938573.

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

Color convert

RGB 141 175 212 -
CMYK 0.33 0.17 0 0.17
HSL 211.27º 0.45% 0.69% -
HSV(B) 211.27º 0.33% 0.83% -
XYZ 38.2 41.08 68.2 -
YUV 169.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 141 175 212 0.33 0.17 0 0.17 211.27 0.45 0.69
Hex 8D AF D4 21 11 0 11 D3 2D 45
Octal 215 257 324 41 21 0 21 323 55 105
Binary 10001101 10101111 11010100 100001 10001 0 10001 11010011 101101 1000101

Color Harmonies of #8DAFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFD4

Black with #8DAFD4

Text Example


Text Example

White with #8DAFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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