Html Css Color HEX #8FADE0 Polo Blue

📋 copy color: '#8FADE0'

red 143 ◦ green 173 ◦ blue 224

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

Shades of Polo Blue #8FADE0

Tints of Polo Blue #8FADE0

RGB

 RED value IS 143 (56.25% from 255) = 26.48%

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

 BLUE value IS 224 (87.89% from 255) = 41.48%

R = 26.48%
G = 32.04%
B = 41.48%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8FADE0 (or 0x8FADE0) is known color: Polo Blue. HEX triplet: 8F, AD and E0. RGB value is (143,173,224). Sum of RGB (Red+Green+Blue) = 143+173+224=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 224 (87.89% from 255 or 41.48% from 540); Max value from RGB is 224 - color contains mainly: blue. Hex color #8FADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADE0 is #70521F. Grayscale: #A9A9A9. Windows color (decimal): -7361056 or 14724495. OLE color: 14724495.

HSL color Cylindrical-coordinate representation of color #8FADE0: hue angle of 217.78º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FADE0 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 143 173 224 -
CMYK 0.36 0.23 0 0.12
HSL 217.78º 0.57% 0.72% -
HSV(B) 217.78º 0.36% 0.88% -
XYZ 39.73 41.11 76.36 -
YUV 169.84 158.56 108.85 -
System Red Green Blue C M Y K H S L
Decimal 143 173 224 0.36 0.23 0 0.12 217.78 0.57 0.72
Hex 8F AD E0 24 17 0 C DA 39 48
Octal 217 255 340 44 27 0 14 332 71 110
Binary 10001111 10101101 11100000 100100 10111 0 1100 11011010 111001 1001000

Color Harmonies of #8FADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADE0

Black with #8FADE0

Text Example


Text Example

White with #8FADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,173,224); }

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

background-color css

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

 a { background-color: rgb(143,173,224); }

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

border-color css

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

 span { border-color: rgb(143,173,224); }

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