#77A7CE

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

Shades of Jordy Blue #77A7CE

Tints of Jordy Blue #77A7CE

Color information

#77A7CE (or 0x77A7CE) is unknown color: approx Jordy Blue. HEX triplet: 77, A7 and CE. RGB value is (119,167,206). Sum of RGB (Red+Green+Blue) = 119+167+206=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #77A7CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A7CE is #885831. Grayscale: #9C9C9C. Windows color (decimal): -8935474 or 13543287. OLE color: 13543287.

HSL color Cylindrical-coordinate representation of color #77A7CE: hue angle of 206.9º 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 #77A7CE is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119167206-
CMYK0.420.1900.19
HSL206.9º47.03%63.73%-
HSV(B)206.9º42.23%80.78%-
XYZ32.5736.0263.63-
YUV157.09155.6100.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.19%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=24.19%
G=33.94%
B=41.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191672060.420.1900.19206.947.0363.73
Hex77A7CE2A13013cf2f40
Octal167247316522302331757100
Binary1110111101001111100111010101010011010011110011111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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