#76A3FD

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

Shades of Cornflower Blue #76A3FD

Tints of Cornflower Blue #76A3FD

Color information

#76A3FD (or 0x76A3FD) is unknown color: approx Cornflower Blue. HEX triplet: 76, A3 and FD. RGB value is (118,163,253). Sum of RGB (Red+Green+Blue) = 118+163+253=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #76A3FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A3FD is #895C02. Grayscale: #9F9F9F. Windows color (decimal): -9001987 or 16622454. OLE color: 16622454.

HSL color Cylindrical-coordinate representation of color #76A3FD: hue angle of 220º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76A3FD is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB118163253-
CMYK0.530.3600.01
HSL220º97.12%72.75%-
HSV(B)220º53.36%99.22%-
XYZ38.337.1498.08-
YUV159.8180.5998.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.10%
GREEN value IS 163 (64.06% from 255) = 30.52%
BLUE value IS 253 (99.22% from 255) = 47.38%
R=22.10%
G=30.52%
B=47.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1181632530.530.3600.0122097.1272.75
Hex76A3FD352401dc6149
Octal166243375654401334141111
Binary11101101010001111111101110101100100011101110011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,163,253); }

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

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

 a { background-color: rgb(118,163,253); }

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

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

 span { border-color: rgb(118,163,253); }

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