Html Css Color HEX #7BAACE Polo Blue

📋 copy color: '#7BAACE'

red 123 ◦ green 170 ◦ blue 206

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

Shades of Polo Blue #7BAACE

Tints of Polo Blue #7BAACE

RGB

 RED value IS 123 (48.44% from 255) = 24.65%

 GREEN value IS 170 (66.8% from 255) = 34.07%

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 24.65%
G = 34.07%
B = 41.28%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7BAACE (or 0x7BAACE) is known color: Polo Blue. HEX triplet: 7B, AA and CE. RGB value is (123,170,206). Sum of RGB (Red+Green+Blue) = 123+170+206=499 (66% of max value = 765). Red value is 123 (48.44% from 255 or 24.65% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BAACE is #845531. Grayscale: #9F9F9F. Windows color (decimal): -8672562 or 13544059. OLE color: 13544059.

HSL color Cylindrical-coordinate representation of color #7BAACE: hue angle of 206.02º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BAACE is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 170 206 -
CMYK 0.40 0.17 0 0.19
HSL 206.02º 0.46% 0.65% -
HSV(B) 206.02º 0.4% 0.81% -
XYZ 33.68 37.42 63.84 -
YUV 160.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 123 170 206 0.40 0.17 0 0.19 206.02 0.46 0.65
Hex 7B AA CE 28 11 0 13 CE 2E 41
Octal 173 252 316 50 21 0 23 316 56 101
Binary 1111011 10101010 11001110 101000 10001 0 10011 11001110 101110 1000001

Color Harmonies of #7BAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAACE

Black with #7BAACE

Text Example


Text Example

White with #7BAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,170,206); }

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

background-color css

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

 a { background-color: rgb(123,170,206); }

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

border-color css

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

 span { border-color: rgb(123,170,206); }

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