#77a7e0

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

Shades of Jordy Blue #77A7E0

Tints of Jordy Blue #77A7E0

Color information

#77A7E0 (or 0x77A7E0) is unknown color: approx Jordy Blue. HEX triplet: 77, A7 and E0. RGB value is (119,167,224). Sum of RGB (Red+Green+Blue) = 119+167+224=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #77A7E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A7E0 is #88581F. Grayscale: #9E9E9E. Windows color (decimal): -8935456 or 14722935. OLE color: 14722935.

HSL color Cylindrical-coordinate representation of color #77A7E0: hue angle of 212.57º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77A7E0 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB119167224-
CMYK0.470.2500.12
HSL212.57º62.87%67.25%-
HSV(B)212.57º46.88%87.84%-
XYZ34.8836.9475.81-
YUV159.15164.699.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.33%
GREEN value IS 167 (65.62% from 255) = 32.75%
BLUE value IS 224 (87.89% from 255) = 43.92%
R=23.33%
G=32.75%
B=43.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1191672240.470.2500.12212.5762.8767.25
Hex77A7E02F190Cd53f43
Octal167247340573101432577103
Binary111011110100111111000001011111100101100110101011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77a7e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,167,224); }

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

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

 a { background-color: rgb(119,167,224); }

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

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

 span { border-color: rgb(119,167,224); }

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