#768EFC

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

Shades of Cornflower Blue #768EFC

Tints of Cornflower Blue #768EFC

Color information

#768EFC (or 0x768EFC) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8E and FC. RGB value is (118,142,252). Sum of RGB (Red+Green+Blue) = 118+142+252=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #768EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768EFC is #897103. Grayscale: #929292. Windows color (decimal): -9007364 or 16551542. OLE color: 16551542.

HSL color Cylindrical-coordinate representation of color #768EFC: hue angle of 229.25º 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 #768EFC is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118142252-
CMYK0.530.4400.01
HSL229.25º95.71%72.55%-
HSV(B)229.25º53.17%98.82%-
XYZ34.7130.2396.1-
YUV147.36187.05107.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.05%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 252 (98.83% from 255) = 49.22%
R=23.05%
G=27.73%
B=49.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181422520.530.4400.01229.2595.7172.55
Hex768EFC352C01e56049
Octal166216374655401345140111
Binary11101101000111011111100110101101100011110010111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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