Html Css Color HEX #8FB0DC Polo Blue

📋 copy color: '#8FB0DC'

red 143 ◦ green 176 ◦ blue 220

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

Shades of Polo Blue #8FB0DC

Tints of Polo Blue #8FB0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.65%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 26.53%
G = 32.65%
B = 40.82%

CMYK

 C value IS 0.35

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FB0DC (or 0x8FB0DC) is known color: Polo Blue. HEX triplet: 8F, B0 and DC. RGB value is (143,176,220). Sum of RGB (Red+Green+Blue) = 143+176+220=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FB0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB0DC is #704F23. Grayscale: #AAAAAA. Windows color (decimal): -7360292 or 14463119. OLE color: 14463119.

HSL color Cylindrical-coordinate representation of color #8FB0DC: hue angle of 214.29º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FB0DC is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 176 220 -
CMYK 0.35 0.2 0 0.14
HSL 214.29º 0.52% 0.71% -
HSV(B) 214.29º 0.35% 0.86% -
XYZ 39.77 42.06 73.73 -
YUV 171.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 143 176 220 0.35 0.2 0 0.14 214.29 0.52 0.71
Hex 8F B0 DC 23 14 0 E D6 34 47
Octal 217 260 334 43 24 0 16 326 64 107
Binary 10001111 10110000 11011100 100011 10100 0 1110 11010110 110100 1000111

Color Harmonies of #8FB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB0DC

Black with #8FB0DC

Text Example


Text Example

White with #8FB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,176,220); }

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

background-color css

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

 a { background-color: rgb(143,176,220); }

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

border-color css

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

 span { border-color: rgb(143,176,220); }

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