#77A4DF

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

Shades of Jordy Blue #77A4DF

Tints of Jordy Blue #77A4DF

Color information

#77A4DF (or 0x77A4DF) is unknown color: approx Jordy Blue. HEX triplet: 77, A4 and DF. RGB value is (119,164,223). Sum of RGB (Red+Green+Blue) = 119+164+223=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #77A4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A4DF is #885B20. Grayscale: #9C9C9C. Windows color (decimal): -8936225 or 14656631. OLE color: 14656631.

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

Color convert

RGB119164223-
CMYK0.470.2600.13
HSL214.04º61.9%67.06%-
HSV(B)214.04º46.64%87.45%-
XYZ34.235.874.92-
YUV157.27165.09100.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.52%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 223 (87.5% from 255) = 44.07%
R=23.52%
G=32.41%
B=44.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191642230.470.2600.13214.0461.967.06
Hex77A4DF2F1A0Dd63e43
Octal167244337573201532676103
Binary111011110100100110111111011111101001101110101101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,164,223); }

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

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

 a { background-color: rgb(119,164,223); }

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

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

 span { border-color: rgb(119,164,223); }

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