#77ABDC

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

Shades of Jordy Blue #77ABDC

Tints of Jordy Blue #77ABDC

Color information

#77ABDC (or 0x77ABDC) is unknown color: approx Jordy Blue. HEX triplet: 77, AB and DC. RGB value is (119,171,220). Sum of RGB (Red+Green+Blue) = 119+171+220=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #77ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABDC is #885423. Grayscale: #A0A0A0. Windows color (decimal): -8934436 or 14461815. OLE color: 14461815.

HSL color Cylindrical-coordinate representation of color #77ABDC: hue angle of 209.11º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77ABDC is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119171220-
CMYK0.460.2200.14
HSL209.11º59.06%66.47%-
HSV(B)209.11º45.91%86.27%-
XYZ35.0938.2273.24-
YUV161.04161.2798.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.33%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=23.33%
G=33.53%
B=43.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191712200.460.2200.14209.1159.0666.47
Hex77ABDC2E160Ed13b42
Octal167253334562601632173102
Binary111011110101011110111001011101011001110110100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,171,220); }

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

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

 a { background-color: rgb(119,171,220); }

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

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

 span { border-color: rgb(119,171,220); }

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