#769AEC

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

Shades of Cornflower Blue #769AEC

Tints of Cornflower Blue #769AEC

Color information

#769AEC (or 0x769AEC) is unknown color: approx Cornflower Blue. HEX triplet: 76, 9A and EC. RGB value is (118,154,236). Sum of RGB (Red+Green+Blue) = 118+154+236=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #769AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769AEC is #896513. Grayscale: #989898. Windows color (decimal): -9004308 or 15506038. OLE color: 15506038.

HSL color Cylindrical-coordinate representation of color #769AEC: hue angle of 221.69º 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 #769AEC is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118154236-
CMYK0.50.3500.07
HSL221.69º75.64%69.41%-
HSV(B)221.69º50%92.55%-
XYZ34.1733.0283.93-
YUV152.58175.07103.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.23%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 236 (92.58% from 255) = 46.46%
R=23.23%
G=30.31%
B=46.46%

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
Decimal1181542360.50.3500.07221.6975.6469.41
Hex769AEC322307de4c45
Octal166232354624307336114105
Binary1110110100110101110110011001010001101111101111010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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