#77A1D3

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

Shades of Jordy Blue #77A1D3

Tints of Jordy Blue #77A1D3

Color information

#77A1D3 (or 0x77A1D3) is unknown color: approx Jordy Blue. HEX triplet: 77, A1 and D3. RGB value is (119,161,211). Sum of RGB (Red+Green+Blue) = 119+161+211=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 211 - color contains mainly: blue. Hex color #77A1D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A1D3 is #885E2C. Grayscale: #999999. Windows color (decimal): -8937005 or 13869431. OLE color: 13869431.

HSL color Cylindrical-coordinate representation of color #77A1D3: hue angle of 212.61º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77A1D3 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB119161211-
CMYK0.440.2400.17
HSL212.61º51.11%64.71%-
HSV(B)212.61º43.6%82.75%-
XYZ32.1134.1166.52-
YUV154.14160.09102.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 161 (63.28% from 255) = 32.79%
BLUE value IS 211 (82.81% from 255) = 42.97%
R=24.24%
G=32.79%
B=42.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1191612110.440.2400.17212.6151.1164.71
Hex77A1D32C18011d53341
Octal167241323543002132563101
Binary1110111101000011101001110110011000010001110101011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,161,211); }

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

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

 a { background-color: rgb(119,161,211); }

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

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

 span { border-color: rgb(119,161,211); }

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