#7693FC

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

Shades of Cornflower Blue #7693FC

Tints of Cornflower Blue #7693FC

Color information

#7693FC (or 0x7693FC) is unknown color: approx Cornflower Blue. HEX triplet: 76, 93 and FC. RGB value is (118,147,252). Sum of RGB (Red+Green+Blue) = 118+147+252=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #7693FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7693FC is #896C03. Grayscale: #959595. Windows color (decimal): -9006084 or 16552822. OLE color: 16552822.

HSL color Cylindrical-coordinate representation of color #7693FC: hue angle of 227.01º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7693FC is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118147252-
CMYK0.530.4200.01
HSL227.01º95.71%72.55%-
HSV(B)227.01º53.17%98.82%-
XYZ35.4831.7596.35-
YUV150.3185.39104.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.82%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 252 (98.83% from 255) = 48.74%
R=22.82%
G=28.43%
B=48.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181472520.530.4200.01227.0195.7172.55
Hex7693FC352A01e36049
Octal166223374655201343140111
Binary11101101001001111111100110101101010011110001111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7693FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7693FC; }

 p { color: rgb(118,147,252); }

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

<style>
 a { background-color: #7693FC; }

 a { background-color: rgb(118,147,252); }

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

<style>
 span { border-color: #7693FC; }

 span { border-color: rgb(118,147,252); }

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