Html Css Color HEX #7FACCD Polo Blue

📋 copy color: '#7FACCD'

red 127 ◦ green 172 ◦ blue 205

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

Shades of Polo Blue #7FACCD

Tints of Polo Blue #7FACCD

RGB

 RED value IS 127 (50% from 255) = 25.2%

 GREEN value IS 172 (67.58% from 255) = 34.13%

 BLUE value IS 205 (80.47% from 255) = 40.67%

R = 25.2%
G = 34.13%
B = 40.67%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7FACCD (or 0x7FACCD) is known color: Polo Blue. HEX triplet: 7F, AC and CD. RGB value is (127,172,205). Sum of RGB (Red+Green+Blue) = 127+172+205=504 (66% of max value = 765). Red value is 127 (50% from 255 or 25.20% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FACCD is #805332. Grayscale: #A2A2A2. Windows color (decimal): -8409907 or 13479039. OLE color: 13479039.

HSL color Cylindrical-coordinate representation of color #7FACCD: hue angle of 205.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FACCD is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 172 205 -
CMYK 0.38 0.16 0 0.20
HSL 205.38º 0.44% 0.65% -
HSV(B) 205.38º 0.38% 0.8% -
XYZ 34.52 38.42 63.35 -
YUV 162.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 127 172 205 0.38 0.16 0 0.20 205.38 0.44 0.65
Hex 7F AC CD 26 10 0 14 CD 2C 41
Octal 177 254 315 46 20 0 24 315 54 101
Binary 1111111 10101100 11001101 100110 10000 0 10100 11001101 101100 1000001

Color Harmonies of #7FACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FACCD

Black with #7FACCD

Text Example


Text Example

White with #7FACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FACCD; }

 p { color: rgb(127,172,205); }

 H1.HeaderClassName
 {
   color: #7FACCD;
 }
 .AnyTagClassName
 {
   color: #7FACCD;
 }
</style>

background-color css

<style>
 a { background-color: #7FACCD; }

 a { background-color: rgb(127,172,205); }

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

border-color css

<style>
 span { border-color: #7FACCD; }

 span { border-color: rgb(127,172,205); }

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