Html Css Color HEX #8FB3CF Polo Blue

📋 copy color: '#8FB3CF'

red 143 ◦ green 179 ◦ blue 207

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

Shades of Polo Blue #8FB3CF

Tints of Polo Blue #8FB3CF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.84%

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 27.03%
G = 33.84%
B = 39.13%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8FB3CF (or 0x8FB3CF) is known color: Polo Blue. HEX triplet: 8F, B3 and CF. RGB value is (143,179,207). Sum of RGB (Red+Green+Blue) = 143+179+207=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB3CF is #704C30. Grayscale: #ABABAB. Windows color (decimal): -7359537 or 13611919. OLE color: 13611919.

HSL color Cylindrical-coordinate representation of color #8FB3CF: hue angle of 206.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FB3CF is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 143 179 207 -
CMYK 0.31 0.14 0 0.19
HSL 206.25º 0.4% 0.69% -
HSV(B) 206.25º 0.31% 0.81% -
XYZ 38.71 42.58 65.21 -
YUV 171.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 143 179 207 0.31 0.14 0 0.19 206.25 0.4 0.69
Hex 8F B3 CF 1F E 0 13 CE 28 45
Octal 217 263 317 37 16 0 23 316 50 105
Binary 10001111 10110011 11001111 11111 1110 0 10011 11001110 101000 1000101

Color Harmonies of #8FB3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB3CF

Black with #8FB3CF

Text Example


Text Example

White with #8FB3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,179,207); }

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

background-color css

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

 a { background-color: rgb(143,179,207); }

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

border-color css

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

 span { border-color: rgb(143,179,207); }

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