Html Css Color HEX #79A1CB Polo Blue

📋 copy color: '#79A1CB'

red 121 ◦ green 161 ◦ blue 203

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

Shades of Polo Blue #79A1CB

Tints of Polo Blue #79A1CB

RGB

 RED value IS 121 (47.66% from 255) = 24.95%

 GREEN value IS 161 (63.28% from 255) = 33.2%

 BLUE value IS 203 (79.69% from 255) = 41.86%

R = 24.95%
G = 33.2%
B = 41.86%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#79A1CB (or 0x79A1CB) is known color: Polo Blue. HEX triplet: 79, A1 and CB. RGB value is (121,161,203). Sum of RGB (Red+Green+Blue) = 121+161+203=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #79A1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1CB is #865E34. Grayscale: #999999. Windows color (decimal): -8805941 or 13345145. OLE color: 13345145.

HSL color Cylindrical-coordinate representation of color #79A1CB: hue angle of 210.73º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79A1CB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 161 203 -
CMYK 0.40 0.21 0 0.20
HSL 210.73º 0.44% 0.64% -
HSV(B) 210.73º 0.4% 0.8% -
XYZ 31.41 33.87 61.38 -
YUV 153.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 121 161 203 0.40 0.21 0 0.20 210.73 0.44 0.64
Hex 79 A1 CB 28 15 0 14 D3 2C 40
Octal 171 241 313 50 25 0 24 323 54 100
Binary 1111001 10100001 11001011 101000 10101 0 10100 11010011 101100 1000000

Color Harmonies of #79A1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A1CB

Black with #79A1CB

Text Example


Text Example

White with #79A1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79A1CB; }

 p { color: rgb(121,161,203); }

 H1.HeaderClassName
 {
   color: #79A1CB;
 }
 .AnyTagClassName
 {
   color: #79A1CB;
 }
</style>

background-color css

<style>
 a { background-color: #79A1CB; }

 a { background-color: rgb(121,161,203); }

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

border-color css

<style>
 span { border-color: #79A1CB; }

 span { border-color: rgb(121,161,203); }

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