#77AAF0

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

Shades of Jordy Blue #77AAF0

Tints of Jordy Blue #77AAF0

Color information

#77AAF0 (or 0x77AAF0) is unknown color: approx Jordy Blue. HEX triplet: 77, AA and F0. RGB value is (119,170,240). Sum of RGB (Red+Green+Blue) = 119+170+240=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #77AAF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AAF0 is #88550F. Grayscale: #A2A2A2. Windows color (decimal): -8934672 or 15772279. OLE color: 15772279.

HSL color Cylindrical-coordinate representation of color #77AAF0: hue angle of 214.71º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77AAF0 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB119170240-
CMYK0.500.2900.06
HSL214.71º80.13%70.39%-
HSV(B)214.71º50.42%94.12%-
XYZ37.7138.9687.97-
YUV162.73171.696.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.50%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 240 (94.14% from 255) = 45.37%
R=22.50%
G=32.14%
B=45.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1191702400.500.2900.06214.7180.1370.39
Hex77AAF0321D06d75046
Octal167252360623506327120106
Binary111011110101010111100001100101110101101101011110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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