#77A2DE

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

Shades of Jordy Blue #77A2DE

Tints of Jordy Blue #77A2DE

Color information

#77A2DE (or 0x77A2DE) is unknown color: approx Jordy Blue. HEX triplet: 77, A2 and DE. RGB value is (119,162,222). Sum of RGB (Red+Green+Blue) = 119+162+222=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #77A2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A2DE is #885D21. Grayscale: #9B9B9B. Windows color (decimal): -8936738 or 14590583. OLE color: 14590583.

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

Color convert

RGB119162222-
CMYK0.460.2700.13
HSL214.95º60.95%66.86%-
HSV(B)214.95º46.4%87.06%-
XYZ33.7135.0474.09-
YUV155.98165.25101.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.66%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 222 (87.11% from 255) = 44.14%
R=23.66%
G=32.21%
B=44.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191622220.460.2700.13214.9560.9566.86
Hex77A2DE2E1B0Dd73d43
Octal167242336563301532775103
Binary111011110100010110111101011101101101101110101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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