#77A7DD

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

Shades of Jordy Blue #77A7DD

Tints of Jordy Blue #77A7DD

Color information

#77A7DD (or 0x77A7DD) is unknown color: approx Jordy Blue. HEX triplet: 77, A7 and DD. RGB value is (119,167,221). Sum of RGB (Red+Green+Blue) = 119+167+221=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 167 (65.62% from 255 or 32.94% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #77A7DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A7DD is #885822. Grayscale: #9E9E9E. Windows color (decimal): -8935459 or 14526327. OLE color: 14526327.

HSL color Cylindrical-coordinate representation of color #77A7DD: hue angle of 211.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77A7DD is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119167221-
CMYK0.460.2400.13
HSL211.76º60%66.67%-
HSV(B)211.76º46.15%86.67%-
XYZ34.4836.7873.69-
YUV158.8163.199.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.47%
GREEN value IS 167 (65.62% from 255) = 32.94%
BLUE value IS 221 (86.72% from 255) = 43.59%
R=23.47%
G=32.94%
B=43.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191672210.460.2400.13211.766066.67
Hex77A7DD2E180Dd43c43
Octal167247335563001532474103
Binary111011110100111110111011011101100001101110101001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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