#77A8FC

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

Shades of Jordy Blue #77A8FC

Tints of Jordy Blue #77A8FC

Color information

#77A8FC (or 0x77A8FC) is unknown color: approx Jordy Blue. HEX triplet: 77, A8 and FC. RGB value is (119,168,252). Sum of RGB (Red+Green+Blue) = 119+168+252=539 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.08% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #77A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A8FC is #885703. Grayscale: #A2A2A2. Windows color (decimal): -8935172 or 16558199. OLE color: 16558199.

HSL color Cylindrical-coordinate representation of color #77A8FC: hue angle of 217.89º degrees, saturation: 0.96, 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 #77A8FC is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB119168252-
CMYK0.530.3300.01
HSL217.89º95.68%72.75%-
HSV(B)217.89º52.78%98.82%-
XYZ39.1838.9697.55-
YUV162.93178.2796.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.08%
GREEN value IS 168 (66.02% from 255) = 31.17%
BLUE value IS 252 (98.83% from 255) = 46.75%
R=22.08%
G=31.17%
B=46.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1191682520.530.3300.01217.8995.6872.75
Hex77A8FC352101da6049
Octal167250374654101332140111
Binary11101111010100011111100110101100001011101101011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,168,252); }

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

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

 a { background-color: rgb(119,168,252); }

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

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

 span { border-color: rgb(119,168,252); }

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