#77AAFC

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

Shades of Jordy Blue #77AAFC

Tints of Jordy Blue #77AAFC

Color information

#77AAFC (or 0x77AAFC) is unknown color: approx Jordy Blue. HEX triplet: 77, AA and FC. RGB value is (119,170,252). Sum of RGB (Red+Green+Blue) = 119+170+252=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #77AAFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AAFC is #885503. Grayscale: #A3A3A3. Windows color (decimal): -8934660 or 16558711. OLE color: 16558711.

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

Color convert

RGB119170252-
CMYK0.530.3300.01
HSL216.99º95.68%72.75%-
HSV(B)216.99º52.78%98.82%-
XYZ39.5539.797.67-
YUV164.1177.695.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.00%
GREEN value IS 170 (66.80% from 255) = 31.42%
BLUE value IS 252 (98.83% from 255) = 46.58%
R=22.00%
G=31.42%
B=46.58%

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
Decimal1191702520.530.3300.01216.9995.6872.75
Hex77AAFC352101d96049
Octal167252374654101331140111
Binary11101111010101011111100110101100001011101100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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