Html Css Color HEX #8FB2CA Polo Blue

📋 copy color: '#8FB2CA'

red 143 ◦ green 178 ◦ blue 202

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

Shades of Polo Blue #8FB2CA

Tints of Polo Blue #8FB2CA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.03%

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 27.34%
G = 34.03%
B = 38.62%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8FB2CA (or 0x8FB2CA) is known color: Polo Blue. HEX triplet: 8F, B2 and CA. RGB value is (143,178,202). Sum of RGB (Red+Green+Blue) = 143+178+202=523 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.34% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FB2CA is #704D35. Grayscale: #AAAAAA. Windows color (decimal): -7359798 or 13283983. OLE color: 13283983.

HSL color Cylindrical-coordinate representation of color #8FB2CA: hue angle of 204.41º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FB2CA is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 178 202 -
CMYK 0.29 0.12 0 0.21
HSL 204.41º 0.36% 0.68% -
HSV(B) 204.41º 0.29% 0.79% -
XYZ 37.91 41.94 61.98 -
YUV 170.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 143 178 202 0.29 0.12 0 0.21 204.41 0.36 0.68
Hex 8F B2 CA 1D C 0 15 CC 24 44
Octal 217 262 312 35 14 0 25 314 44 104
Binary 10001111 10110010 11001010 11101 1100 0 10101 11001100 100100 1000100

Color Harmonies of #8FB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB2CA

Black with #8FB2CA

Text Example


Text Example

White with #8FB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,178,202); }

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

background-color css

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

 a { background-color: rgb(143,178,202); }

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

border-color css

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

 span { border-color: rgb(143,178,202); }

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