Html Css Color HEX #8FAEDF Polo Blue

📋 copy color: '#8FAEDF'

red 143 ◦ green 174 ◦ blue 223

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

Shades of Polo Blue #8FAEDF

Tints of Polo Blue #8FAEDF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.22%

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

R = 26.48%
G = 32.22%
B = 41.3%

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

#8FAEDF (or 0x8FAEDF) is known color: Polo Blue. HEX triplet: 8F, AE and DF. RGB value is (143,174,223). Sum of RGB (Red+Green+Blue) = 143+174+223=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FAEDF is #705120. Grayscale: #AAAAAA. Windows color (decimal): -7360801 or 14659215. OLE color: 14659215.

HSL color Cylindrical-coordinate representation of color #8FAEDF: hue angle of 216.75º 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 #8FAEDF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 174 223 -
CMYK 0.36 0.22 0 0.13
HSL 216.75º 0.56% 0.72% -
HSV(B) 216.75º 0.36% 0.87% -
XYZ 39.78 41.44 75.71 -
YUV 170.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 143 174 223 0.36 0.22 0 0.13 216.75 0.56 0.72
Hex 8F AE DF 24 16 0 D D9 38 48
Octal 217 256 337 44 26 0 15 331 70 110
Binary 10001111 10101110 11011111 100100 10110 0 1101 11011001 111000 1001000

Color Harmonies of #8FAEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAEDF

Black with #8FAEDF

Text Example


Text Example

White with #8FAEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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