#77A5CF

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

Shades of Jordy Blue #77A5CF

Tints of Jordy Blue #77A5CF

Color information

#77A5CF (or 0x77A5CF) is unknown color: approx Jordy Blue. HEX triplet: 77, A5 and CF. RGB value is (119,165,207). Sum of RGB (Red+Green+Blue) = 119+165+207=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #77A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A5CF is #885A30. Grayscale: #9B9B9B. Windows color (decimal): -8935985 or 13608311. OLE color: 13608311.

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

Color convert

RGB119165207-
CMYK0.430.2000.19
HSL208.64º47.83%63.92%-
HSV(B)208.64º42.51%81.18%-
XYZ32.3335.3464.15-
YUV156.03156.76101.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.24%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 207 (81.25% from 255) = 42.16%
R=24.24%
G=33.60%
B=42.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191652070.430.2000.19208.6447.8363.92
Hex77A5CF2B14013d13040
Octal167245317532402332160100
Binary1110111101001011100111110101110100010011110100011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,165,207); }

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

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

 a { background-color: rgb(119,165,207); }

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

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

 span { border-color: rgb(119,165,207); }

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