Html Css Color HEX #769ECC Polo Blue

📋 copy color: '#769ECC'

red 118 ◦ green 158 ◦ blue 204

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

Shades of Polo Blue #769ECC

Tints of Polo Blue #769ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.92%

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 24.58%
G = 32.92%
B = 42.5%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#769ECC (or 0x769ECC) is known color: Polo Blue. HEX triplet: 76, 9E and CC. RGB value is (118,158,204). Sum of RGB (Red+Green+Blue) = 118+158+204=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #769ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ECC is #896133. Grayscale: #979797. Windows color (decimal): -9003316 or 13409910. OLE color: 13409910.

HSL color Cylindrical-coordinate representation of color #769ECC: hue angle of 212.09º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #769ECC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 158 204 -
CMYK 0.42 0.23 0 0.2
HSL 212.09º 0.46% 0.63% -
HSV(B) 212.09º 0.42% 0.8% -
XYZ 30.6 32.66 61.82 -
YUV 151.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 118 158 204 0.42 0.23 0 0.2 212.09 0.46 0.63
Hex 76 9E CC 2A 17 0 14 D4 2E 3F
Octal 166 236 314 52 27 0 24 324 56 77
Binary 1110110 10011110 11001100 101010 10111 0 10100 11010100 101110 111111

Color Harmonies of #769ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769ECC

Black with #769ECC

Text Example


Text Example

White with #769ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,204); }

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

background-color css

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

 a { background-color: rgb(118,158,204); }

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

border-color css

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

 span { border-color: rgb(118,158,204); }

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