#76A1FA

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

Shades of Cornflower Blue #76A1FA

Tints of Cornflower Blue #76A1FA

Color information

#76A1FA (or 0x76A1FA) is unknown color: approx Cornflower Blue. HEX triplet: 76, A1 and FA. RGB value is (118,161,250). Sum of RGB (Red+Green+Blue) = 118+161+250=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #76A1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A1FA is #895E05. Grayscale: #9D9D9D. Windows color (decimal): -9002502 or 16425334. OLE color: 16425334.

HSL color Cylindrical-coordinate representation of color #76A1FA: hue angle of 220.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76A1FA is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118161250-
CMYK0.530.3600.02
HSL220.45º92.96%72.16%-
HSV(B)220.45º52.8%98.04%-
XYZ37.4736.2495.46-
YUV158.29179.7599.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.31%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=22.31%
G=30.43%
B=47.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1181612500.530.3600.02220.4592.9672.16
Hex76A1FA352402dc5d48
Octal166241372654402334135110
Binary111011010100001111110101101011001000101101110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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