#79A1FB

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

Shades of Cornflower Blue #79A1FB

Tints of Cornflower Blue #79A1FB

Color information

#79A1FB (or 0x79A1FB) is unknown color: approx Cornflower Blue. HEX triplet: 79, A1 and FB. RGB value is (121,161,251). Sum of RGB (Red+Green+Blue) = 121+161+251=533 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.70% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #79A1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A1FB is #865E04. Grayscale: #9E9E9E. Windows color (decimal): -8805893 or 16490873. OLE color: 16490873.

HSL color Cylindrical-coordinate representation of color #79A1FB: hue angle of 221.54º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79A1FB is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121161251-
CMYK0.520.3600.02
HSL221.54º94.2%72.94%-
HSV(B)221.54º51.79%98.43%-
XYZ38.0436.5296.31-
YUV159.3179.75100.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.70%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=22.70%
G=30.21%
B=47.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211612510.520.3600.02221.5494.272.94
Hex79A1FB342402de5e49
Octal171241373644402336136111
Binary111100110100001111110111101001001000101101111010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A1FB; }

 p { color: rgb(121,161,251); }

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

<style>
 a { background-color: #79A1FB; }

 a { background-color: rgb(121,161,251); }

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

<style>
 span { border-color: #79A1FB; }

 span { border-color: rgb(121,161,251); }

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