#7699EC

Color #7699EC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7699EC

Tints of Cornflower Blue #7699EC

Color information

#7699EC (or 0x7699EC) is unknown color: approx Cornflower Blue. HEX triplet: 76, 99 and EC. RGB value is (118,153,236). Sum of RGB (Red+Green+Blue) = 118+153+236=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #7699EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7699EC is #896613. Grayscale: #979797. Windows color (decimal): -9004564 or 15505782. OLE color: 15505782.

HSL color Cylindrical-coordinate representation of color #7699EC: hue angle of 222.2º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7699EC is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118153236-
CMYK0.50.3500.07
HSL222.2º75.64%69.41%-
HSV(B)222.2º50%92.55%-
XYZ3432.6983.87-
YUV152175.4103.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.27%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=23.27%
G=30.18%
B=46.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181532360.50.3500.07222.275.6469.41
Hex7699EC322307de4c45
Octal166231354624307336114105
Binary1110110100110011110110011001010001101111101111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7699EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7699EC; }

 p { color: rgb(118,153,236); }

 H1.HeaderClassName
 {
   color: #7699EC;
 }
 .AnyTagClassName
 {
   color: #7699EC;
 }
</style>
background-color css

<style>
 a { background-color: #7699EC; }

 a { background-color: rgb(118,153,236); }

 div.DivClassName
 {
   background-color: #7699EC;
 }
 .BgClassName
 {
   background-color: #7699EC;
 }
</style>
border-color css

<style>
 span { border-color: #7699EC; }

 span { border-color: rgb(118,153,236); }

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