#77A6FA

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

Shades of Jordy Blue #77A6FA

Tints of Jordy Blue #77A6FA

Color information

#77A6FA (or 0x77A6FA) is unknown color: approx Jordy Blue. HEX triplet: 77, A6 and FA. RGB value is (119,166,250). Sum of RGB (Red+Green+Blue) = 119+166+250=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #77A6FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A6FA is #885905. Grayscale: #A1A1A1. Windows color (decimal): -8935686 or 16426615. OLE color: 16426615.

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

Color convert

RGB119166250-
CMYK0.520.3400.02
HSL218.47º92.91%72.35%-
HSV(B)218.47º52.4%98.04%-
XYZ38.538.195.77-
YUV161.52177.9397.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.24%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=22.24%
G=31.03%
B=46.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191662500.520.3400.02218.4792.9172.35
Hex77A6FA342202da5d48
Octal167246372644202332135110
Binary111011110100110111110101101001000100101101101010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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