#76A1F1

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

Shades of Cornflower Blue #76A1F1

Tints of Cornflower Blue #76A1F1

Color information

#76A1F1 (or 0x76A1F1) is unknown color: approx Cornflower Blue. HEX triplet: 76, A1 and F1. RGB value is (118,161,241). Sum of RGB (Red+Green+Blue) = 118+161+241=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #76A1F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A1F1 is #895E0E. Grayscale: #9C9C9C. Windows color (decimal): -9002511 or 15835510. OLE color: 15835510.

HSL color Cylindrical-coordinate representation of color #76A1F1: hue angle of 219.02º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76A1F1 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB118161241-
CMYK0.510.3300.05
HSL219.02º81.46%70.39%-
HSV(B)219.02º51.04%94.51%-
XYZ36.0935.6988.21-
YUV157.26175.25100-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.69%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 241 (94.53% from 255) = 46.35%
R=22.69%
G=30.96%
B=46.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1181612410.510.3300.05219.0281.4670.39
Hex76A1F1332105db5146
Octal166241361634105333121106
Binary1110110101000011111000111001110000101011101101110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A1F1; }

 p { color: rgb(118,161,241); }

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

<style>
 a { background-color: #76A1F1; }

 a { background-color: rgb(118,161,241); }

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

<style>
 span { border-color: #76A1F1; }

 span { border-color: rgb(118,161,241); }

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