#768DED

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

Shades of Cornflower Blue #768DED

Tints of Cornflower Blue #768DED

Color information

#768DED (or 0x768DED) is unknown color: approx Cornflower Blue. HEX triplet: 76, 8D and ED. RGB value is (118,141,237). Sum of RGB (Red+Green+Blue) = 118+141+237=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #768DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #768DED is #897212. Grayscale: #909090. Windows color (decimal): -9007635 or 15568246. OLE color: 15568246.

HSL color Cylindrical-coordinate representation of color #768DED: hue angle of 228.4º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #768DED is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118141237-
CMYK0.500.4100.07
HSL228.4º76.77%69.61%-
HSV(B)228.4º50.21%92.94%-
XYZ32.2829.0284.02-
YUV145.07179.88108.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 141 (55.47% from 255) = 28.43%
BLUE value IS 237 (92.97% from 255) = 47.78%
R=23.79%
G=28.43%
B=47.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181412370.500.4100.07228.476.7769.61
Hex768DED322907e44d46
Octal166215355625107344115106
Binary1110110100011011110110111001010100101111110010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,141,237); }

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

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

 a { background-color: rgb(118,141,237); }

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

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

 span { border-color: rgb(118,141,237); }

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