#77a0d6

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

Shades of Jordy Blue #77A0D6

Tints of Jordy Blue #77A0D6

Color information

#77A0D6 (or 0x77A0D6) is unknown color: approx Jordy Blue. HEX triplet: 77, A0 and D6. RGB value is (119,160,214). Sum of RGB (Red+Green+Blue) = 119+160+214=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #77A0D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A0D6 is #885F29. Grayscale: #999999. Windows color (decimal): -8937258 or 14065783. OLE color: 14065783.

HSL color Cylindrical-coordinate representation of color #77A0D6: hue angle of 214.11º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77A0D6 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119160214-
CMYK0.440.2500.16
HSL214.11º53.67%65.29%-
HSV(B)214.11º44.39%83.92%-
XYZ32.3233.9268.46-
YUV153.9161.92103.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.14%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=24.14%
G=32.45%
B=43.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191602140.440.2500.16214.1153.6765.29
Hex77A0D62C19010d63641
Octal167240326543102032666101
Binary1110111101000001101011010110011001010000110101101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77a0d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,160,214); }

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

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

 a { background-color: rgb(119,160,214); }

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

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

 span { border-color: rgb(119,160,214); }

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