Html Css Color HEX #8FADDF Polo Blue

📋 copy color: '#8FADDF'

red 143 ◦ green 173 ◦ blue 223

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

Shades of Polo Blue #8FADDF

Tints of Polo Blue #8FADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 26.53%
G = 32.1%
B = 41.37%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8FADDF (or 0x8FADDF) is known color: Polo Blue. HEX triplet: 8F, AD and DF. RGB value is (143,173,223). Sum of RGB (Red+Green+Blue) = 143+173+223=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADDF is #705220. Grayscale: #A9A9A9. Windows color (decimal): -7361057 or 14658959. OLE color: 14658959.

HSL color Cylindrical-coordinate representation of color #8FADDF: hue angle of 217.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FADDF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 173 223 -
CMYK 0.36 0.22 0 0.13
HSL 217.5º 0.56% 0.72% -
HSV(B) 217.5º 0.36% 0.87% -
XYZ 39.59 41.05 75.65 -
YUV 169.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 143 173 223 0.36 0.22 0 0.13 217.5 0.56 0.72
Hex 8F AD DF 24 16 0 D DA 38 48
Octal 217 255 337 44 26 0 15 332 70 110
Binary 10001111 10101101 11011111 100100 10110 0 1101 11011010 111000 1001000

Color Harmonies of #8FADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADDF

Black with #8FADDF

Text Example


Text Example

White with #8FADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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