Html Css Color HEX #8FACDB Polo Blue

📋 copy color: '#8FACDB'

red 143 ◦ green 172 ◦ blue 219

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

Shades of Polo Blue #8FACDB

Tints of Polo Blue #8FACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.21%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 26.78%
G = 32.21%
B = 41.01%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FACDB (or 0x8FACDB) is known color: Polo Blue. HEX triplet: 8F, AC and DB. RGB value is (143,172,219). Sum of RGB (Red+Green+Blue) = 143+172+219=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FACDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FACDB is #705324. Grayscale: #A8A8A8. Windows color (decimal): -7361317 or 14396559. OLE color: 14396559.

HSL color Cylindrical-coordinate representation of color #8FACDB: hue angle of 217.11º degrees, saturation: 0.51, 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 #8FACDB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 172 219 -
CMYK 0.35 0.21 0 0.14
HSL 217.11º 0.51% 0.71% -
HSV(B) 217.11º 0.35% 0.86% -
XYZ 38.87 40.46 72.78 -
YUV 168.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 143 172 219 0.35 0.21 0 0.14 217.11 0.51 0.71
Hex 8F AC DB 23 15 0 E D9 33 47
Octal 217 254 333 43 25 0 16 331 63 107
Binary 10001111 10101100 11011011 100011 10101 0 1110 11011001 110011 1000111

Color Harmonies of #8FACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACDB

Black with #8FACDB

Text Example


Text Example

White with #8FACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,172,219); }

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

background-color css

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

 a { background-color: rgb(143,172,219); }

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

border-color css

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

 span { border-color: rgb(143,172,219); }

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