#77A8DE

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

Shades of Jordy Blue #77A8DE

Tints of Jordy Blue #77A8DE

Color information

#77A8DE (or 0x77A8DE) is unknown color: approx Jordy Blue. HEX triplet: 77, A8 and DE. RGB value is (119,168,222). Sum of RGB (Red+Green+Blue) = 119+168+222=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #77A8DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8DE is #885721. Grayscale: #9F9F9F. Windows color (decimal): -8935202 or 14592119. OLE color: 14592119.

HSL color Cylindrical-coordinate representation of color #77A8DE: hue angle of 211.46º 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 #77A8DE is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119168222-
CMYK0.460.2400.13
HSL211.46º60.95%66.86%-
HSV(B)211.46º46.4%87.06%-
XYZ34.837.274.45-
YUV159.5163.2799.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.38%
GREEN value IS 168 (66.02% from 255) = 33.01%
BLUE value IS 222 (87.11% from 255) = 43.61%
R=23.38%
G=33.01%
B=43.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191682220.460.2400.13211.4660.9566.86
Hex77A8DE2E180Dd33d43
Octal167250336563001532375103
Binary111011110101000110111101011101100001101110100111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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