Html Css Color HEX #8FB4CC Polo Blue

📋 copy color: '#8FB4CC'

red 143 ◦ green 180 ◦ blue 204

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

Shades of Polo Blue #8FB4CC

Tints of Polo Blue #8FB4CC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.16%

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 27.13%
G = 34.16%
B = 38.71%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8FB4CC (or 0x8FB4CC) is known color: Polo Blue. HEX triplet: 8F, B4 and CC. RGB value is (143,180,204). Sum of RGB (Red+Green+Blue) = 143+180+204=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FB4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB4CC is #704B33. Grayscale: #ABABAB. Windows color (decimal): -7359284 or 13415567. OLE color: 13415567.

HSL color Cylindrical-coordinate representation of color #8FB4CC: hue angle of 203.61º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FB4CC is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 143 180 204 -
CMYK 0.30 0.12 0 0.2
HSL 203.61º 0.37% 0.68% -
HSV(B) 203.61º 0.3% 0.8% -
XYZ 38.55 42.84 63.36 -
YUV 171.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 143 180 204 0.30 0.12 0 0.2 203.61 0.37 0.68
Hex 8F B4 CC 1E C 0 14 CC 25 44
Octal 217 264 314 36 14 0 24 314 45 104
Binary 10001111 10110100 11001100 11110 1100 0 10100 11001100 100101 1000100

Color Harmonies of #8FB4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB4CC

Black with #8FB4CC

Text Example


Text Example

White with #8FB4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,180,204); }

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

background-color css

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

 a { background-color: rgb(143,180,204); }

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

border-color css

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

 span { border-color: rgb(143,180,204); }

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