#77a4ce

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

Shades of Jordy Blue #77A4CE

Tints of Jordy Blue #77A4CE

Color information

#77A4CE (or 0x77A4CE) is unknown color: approx Jordy Blue. HEX triplet: 77, A4 and CE. RGB value is (119,164,206). Sum of RGB (Red+Green+Blue) = 119+164+206=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #77A4CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A4CE is #885B31. Grayscale: #9B9B9B. Windows color (decimal): -8936242 or 13542519. OLE color: 13542519.

HSL color Cylindrical-coordinate representation of color #77A4CE: hue angle of 208.97º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77A4CE is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119164206-
CMYK0.420.2000.19
HSL208.97º47.03%63.73%-
HSV(B)208.97º42.23%80.78%-
XYZ32.0234.9363.45-
YUV155.33156.59102.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.34%
GREEN value IS 164 (64.45% from 255) = 33.54%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=24.34%
G=33.54%
B=42.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191642060.420.2000.19208.9747.0363.73
Hex77A4CE2A14013d12f40
Octal167244316522402332157100
Binary1110111101001001100111010101010100010011110100011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77a4ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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