Html Css Color HEX #769ACE Polo Blue

📋 copy color: '#769ACE'

red 118 ◦ green 154 ◦ blue 206

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

Shades of Polo Blue #769ACE

Tints of Polo Blue #769ACE

RGB

 RED value IS 118 (46.48% from 255) = 24.69%

 GREEN value IS 154 (60.55% from 255) = 32.22%

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

R = 24.69%
G = 32.22%
B = 43.1%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#769ACE (or 0x769ACE) is known color: Polo Blue. HEX triplet: 76, 9A and CE. RGB value is (118,154,206). Sum of RGB (Red+Green+Blue) = 118+154+206=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #769ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ACE is #896531. Grayscale: #949494. Windows color (decimal): -9004338 or 13539958. OLE color: 13539958.

HSL color Cylindrical-coordinate representation of color #769ACE: hue angle of 215.45º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #769ACE is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 154 206 -
CMYK 0.43 0.25 0 0.19
HSL 215.45º 0.47% 0.64% -
HSV(B) 215.45º 0.43% 0.81% -
XYZ 30.17 31.42 62.87 -
YUV 149.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 118 154 206 0.43 0.25 0 0.19 215.45 0.47 0.64
Hex 76 9A CE 2B 19 0 13 D7 2F 40
Octal 166 232 316 53 31 0 23 327 57 100
Binary 1110110 10011010 11001110 101011 11001 0 10011 11010111 101111 1000000

Color Harmonies of #769ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769ACE

Black with #769ACE

Text Example


Text Example

White with #769ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769ACE; }

 p { color: rgb(118,154,206); }

 H1.HeaderClassName
 {
   color: #769ACE;
 }
 .AnyTagClassName
 {
   color: #769ACE;
 }
</style>

background-color css

<style>
 a { background-color: #769ACE; }

 a { background-color: rgb(118,154,206); }

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

border-color css

<style>
 span { border-color: #769ACE; }

 span { border-color: rgb(118,154,206); }

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