Html Css Color HEX #8FADCA Polo Blue

📋 copy color: '#8FADCA'

red 143 ◦ green 173 ◦ blue 202

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

Shades of Polo Blue #8FADCA

Tints of Polo Blue #8FADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

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

R = 27.61%
G = 33.4%
B = 39%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8FADCA (or 0x8FADCA) is known color: Polo Blue. HEX triplet: 8F, AD and CA. RGB value is (143,173,202). Sum of RGB (Red+Green+Blue) = 143+173+202=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FADCA is #705235. Grayscale: #A7A7A7. Windows color (decimal): -7361078 or 13282703. OLE color: 13282703.

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

Color convert

RGB 143 173 202 -
CMYK 0.29 0.14 0 0.21
HSL 209.49º 0.36% 0.68% -
HSV(B) 209.49º 0.29% 0.79% -
XYZ 36.93 39.99 61.65 -
YUV 167.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 143 173 202 0.29 0.14 0 0.21 209.49 0.36 0.68
Hex 8F AD CA 1D E 0 15 D1 24 44
Octal 217 255 312 35 16 0 25 321 44 104
Binary 10001111 10101101 11001010 11101 1110 0 10101 11010001 100100 1000100

Color Harmonies of #8FADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADCA

Black with #8FADCA

Text Example


Text Example

White with #8FADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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