#77A6DE

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

Shades of Jordy Blue #77A6DE

Tints of Jordy Blue #77A6DE

Color information

#77A6DE (or 0x77A6DE) is unknown color: approx Jordy Blue. HEX triplet: 77, A6 and DE. RGB value is (119,166,222). Sum of RGB (Red+Green+Blue) = 119+166+222=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 166 (65.23% from 255 or 32.74% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #77A6DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A6DE is #885921. Grayscale: #9E9E9E. Windows color (decimal): -8935714 or 14591607. OLE color: 14591607.

HSL color Cylindrical-coordinate representation of color #77A6DE: hue angle of 212.62º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77A6DE is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119166222-
CMYK0.460.2500.13
HSL212.62º60.95%66.86%-
HSV(B)212.62º46.4%87.06%-
XYZ34.4336.4774.33-
YUV158.33163.9399.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.47%
GREEN value IS 166 (65.23% from 255) = 32.74%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=23.47%
G=32.74%
B=43.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191662220.460.2500.13212.6260.9566.86
Hex77A6DE2E190Dd53d43
Octal167246336563101532575103
Binary111011110100110110111101011101100101101110101011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,166,222); }

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

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

 a { background-color: rgb(119,166,222); }

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

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

 span { border-color: rgb(119,166,222); }

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