#76A5F9

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

Shades of Cornflower Blue #76A5F9

Tints of Cornflower Blue #76A5F9

Color information

#76A5F9 (or 0x76A5F9) is unknown color: approx Cornflower Blue. HEX triplet: 76, A5 and F9. RGB value is (118,165,249). Sum of RGB (Red+Green+Blue) = 118+165+249=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 165 (64.84% from 255 or 31.02% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #76A5F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A5F9 is #895A06. Grayscale: #A0A0A0. Windows color (decimal): -9001479 or 16360822. OLE color: 16360822.

HSL color Cylindrical-coordinate representation of color #76A5F9: hue angle of 218.47º degrees, saturation: 0.92, 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 #76A5F9 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB118165249-
CMYK0.530.3400.02
HSL218.47º91.61%71.96%-
HSV(B)218.47º52.61%97.65%-
XYZ38.0337.694.88-
YUV160.52177.9397.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.18%
GREEN value IS 165 (64.84% from 255) = 31.02%
BLUE value IS 249 (97.66% from 255) = 46.80%
R=22.18%
G=31.02%
B=46.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1181652490.530.3400.02218.4791.6171.96
Hex76A5F9352202da5c48
Octal166245371654202332134110
Binary111011010100101111110011101011000100101101101010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,165,249); }

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

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

 a { background-color: rgb(118,165,249); }

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

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

 span { border-color: rgb(118,165,249); }

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