#799BEC

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

Shades of Cornflower Blue #799BEC

Tints of Cornflower Blue #799BEC

Color information

#799BEC (or 0x799BEC) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9B and EC. RGB value is (121,155,236). Sum of RGB (Red+Green+Blue) = 121+155+236=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #799BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BEC is #866413. Grayscale: #999999. Windows color (decimal): -8807444 or 15506297. OLE color: 15506297.

HSL color Cylindrical-coordinate representation of color #799BEC: hue angle of 222.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #799BEC is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121155236-
CMYK0.490.3400.07
HSL222.26º75.16%70%-
HSV(B)222.26º48.73%92.55%-
XYZ34.7533.5684-
YUV154.07174.24104.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.63%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 236 (92.58% from 255) = 46.09%
R=23.63%
G=30.27%
B=46.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211552360.490.3400.07222.2675.1670
Hex799BEC312207de4b46
Octal171233354614207336113106
Binary1111001100110111110110011000110001001111101111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799BEC; }

 p { color: rgb(121,155,236); }

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

<style>
 a { background-color: #799BEC; }

 a { background-color: rgb(121,155,236); }

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

<style>
 span { border-color: #799BEC; }

 span { border-color: rgb(121,155,236); }

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