Html Css Color HEX #8FABDB Polo Blue

📋 copy color: '#8FABDB'

red 143 ◦ green 171 ◦ blue 219

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

Shades of Polo Blue #8FABDB

Tints of Polo Blue #8FABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.08%

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

R = 26.83%
G = 32.08%
B = 41.09%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8FABDB (or 0x8FABDB) is known color: Polo Blue. HEX triplet: 8F, AB and DB. RGB value is (143,171,219). Sum of RGB (Red+Green+Blue) = 143+171+219=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #8FABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FABDB is #705424. Grayscale: #A7A7A7. Windows color (decimal): -7361573 or 14396303. OLE color: 14396303.

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

Color convert

RGB 143 171 219 -
CMYK 0.35 0.22 0 0.14
HSL 217.89º 0.51% 0.71% -
HSV(B) 217.89º 0.35% 0.86% -
XYZ 38.68 40.08 72.72 -
YUV 168.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 143 171 219 0.35 0.22 0 0.14 217.89 0.51 0.71
Hex 8F AB DB 23 16 0 E DA 33 47
Octal 217 253 333 43 26 0 16 332 63 107
Binary 10001111 10101011 11011011 100011 10110 0 1110 11011010 110011 1000111

Color Harmonies of #8FABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABDB

Black with #8FABDB

Text Example


Text Example

White with #8FABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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