#77ABD8

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

Shades of Jordy Blue #77ABD8

Tints of Jordy Blue #77ABD8

Color information

#77ABD8 (or 0x77ABD8) is unknown color: approx Jordy Blue. HEX triplet: 77, AB and D8. RGB value is (119,171,216). Sum of RGB (Red+Green+Blue) = 119+171+216=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #77ABD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABD8 is #885427. Grayscale: #A0A0A0. Windows color (decimal): -8934440 or 14199671. OLE color: 14199671.

HSL color Cylindrical-coordinate representation of color #77ABD8: hue angle of 207.84º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77ABD8 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119171216-
CMYK0.450.2100.15
HSL207.84º55.43%65.69%-
HSV(B)207.84º44.91%84.71%-
XYZ34.5738.0170.48-
YUV160.58159.2798.34-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.52%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 216 (84.77% from 255) = 42.69%
R=23.52%
G=33.79%
B=42.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191712160.450.2100.15207.8455.4365.69
Hex77ABD82D150Fd03742
Octal167253330552501732067102
Binary111011110101011110110001011011010101111110100001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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