Html Css Color HEX #8CAFCA Polo Blue

📋 copy color: '#8CAFCA'

red 140 ◦ green 175 ◦ blue 202

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

Shades of Polo Blue #8CAFCA

Tints of Polo Blue #8CAFCA

RGB

 RED value IS 140 (55.08% from 255) = 27.08%

 GREEN value IS 175 (68.75% from 255) = 33.85%

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

R = 27.08%
G = 33.85%
B = 39.07%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8CAFCA (or 0x8CAFCA) is known color: Polo Blue. HEX triplet: 8C, AF and CA. RGB value is (140,175,202). Sum of RGB (Red+Green+Blue) = 140+175+202=517 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.08% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CAFCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAFCA is #735035. Grayscale: #A7A7A7. Windows color (decimal): -7557174 or 13283212. OLE color: 13283212.

HSL color Cylindrical-coordinate representation of color #8CAFCA: hue angle of 206.13º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CAFCA is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 175 202 -
CMYK 0.31 0.13 0 0.21
HSL 206.13º 0.37% 0.67% -
HSV(B) 206.13º 0.31% 0.79% -
XYZ 36.81 40.5 61.75 -
YUV 167.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 140 175 202 0.31 0.13 0 0.21 206.13 0.37 0.67
Hex 8C AF CA 1F D 0 15 CE 25 43
Octal 214 257 312 37 15 0 25 316 45 103
Binary 10001100 10101111 11001010 11111 1101 0 10101 11001110 100101 1000011

Color Harmonies of #8CAFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAFCA

Black with #8CAFCA

Text Example


Text Example

White with #8CAFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,175,202); }

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

background-color css

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

 a { background-color: rgb(140,175,202); }

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

border-color css

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

 span { border-color: rgb(140,175,202); }

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