#77A3FA

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

Shades of Cornflower Blue #77A3FA

Tints of Cornflower Blue #77A3FA

Color information

#77A3FA (or 0x77A3FA) is unknown color: approx Cornflower Blue. HEX triplet: 77, A3 and FA. RGB value is (119,163,250). Sum of RGB (Red+Green+Blue) = 119+163+250=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #77A3FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A3FA is #885C05. Grayscale: #9F9F9F. Windows color (decimal): -8936454 or 16425847. OLE color: 16425847.

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

Color convert

RGB119163250-
CMYK0.520.3500.02
HSL219.85º92.91%72.35%-
HSV(B)219.85º52.4%98.04%-
XYZ37.9637.0295.59-
YUV159.76178.9298.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.37%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 250 (98.05% from 255) = 46.99%
R=22.37%
G=30.64%
B=46.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191632500.520.3500.02219.8592.9172.35
Hex77A3FA342302dc5d48
Octal167243372644302334135110
Binary111011110100011111110101101001000110101101110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A3FA; }

 p { color: rgb(119,163,250); }

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

<style>
 a { background-color: #77A3FA; }

 a { background-color: rgb(119,163,250); }

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

<style>
 span { border-color: #77A3FA; }

 span { border-color: rgb(119,163,250); }

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