Html Css Color HEX #79A2CB Polo Blue

📋 copy color: '#79A2CB'

red 121 ◦ green 162 ◦ blue 203

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

Shades of Polo Blue #79A2CB

Tints of Polo Blue #79A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.33%

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

R = 24.9%
G = 33.33%
B = 41.77%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#79A2CB (or 0x79A2CB) is known color: Polo Blue. HEX triplet: 79, A2 and CB. RGB value is (121,162,203). Sum of RGB (Red+Green+Blue) = 121+162+203=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #79A2CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A2CB is #865D34. Grayscale: #9A9A9A. Windows color (decimal): -8805685 or 13345401. OLE color: 13345401.

HSL color Cylindrical-coordinate representation of color #79A2CB: hue angle of 210º 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 #79A2CB is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 162 203 -
CMYK 0.40 0.20 0 0.20
HSL 210º 0.44% 0.64% -
HSV(B) 210º 0.4% 0.8% -
XYZ 31.58 34.22 61.44 -
YUV 154.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 121 162 203 0.40 0.20 0 0.20 210 0.44 0.64
Hex 79 A2 CB 28 14 0 14 D2 2C 40
Octal 171 242 313 50 24 0 24 322 54 100
Binary 1111001 10100010 11001011 101000 10100 0 10100 11010010 101100 1000000

Color Harmonies of #79A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A2CB

Black with #79A2CB

Text Example


Text Example

White with #79A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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