#768FEC

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

Shades of Cornflower Blue #768FEC

Tints of Cornflower Blue #768FEC

Color information

#768FEC (or 0x768FEC) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8F and EC. RGB value is (118,143,236). Sum of RGB (Red+Green+Blue) = 118+143+236=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #768FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768FEC is #897013. Grayscale: #919191. Windows color (decimal): -9007124 or 15503222. OLE color: 15503222.

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

Color convert

RGB118143236-
CMYK0.50.3900.07
HSL227.29º75.64%69.41%-
HSV(B)227.29º50%92.55%-
XYZ32.4329.5583.35-
YUV146.13178.72107.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.74%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 236 (92.58% from 255) = 47.48%
R=23.74%
G=28.77%
B=47.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181432360.50.3900.07227.2975.6469.41
Hex768FEC322707e34c45
Octal166217354624707343114105
Binary1110110100011111110110011001010011101111110001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768FEC; }

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

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

<style>
 a { background-color: #768FEC; }

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

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

<style>
 span { border-color: #768FEC; }

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

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