#77B4DD

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

Shades of Jordy Blue #77B4DD

Tints of Jordy Blue #77B4DD

Color information

#77B4DD (or 0x77B4DD) is unknown color: approx Jordy Blue. HEX triplet: 77, B4 and DD. RGB value is (119,180,221). Sum of RGB (Red+Green+Blue) = 119+180+221=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #77B4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B4DD is #884B22. Grayscale: #A6A6A6. Windows color (decimal): -8932131 or 14529655. OLE color: 14529655.

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

Color convert

RGB119180221-
CMYK0.460.1900.13
HSL204.12º60%66.67%-
HSV(B)204.12º46.15%86.67%-
XYZ36.9841.7874.52-
YUV166.44158.7994.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.88%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=22.88%
G=34.62%
B=42.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191802210.460.1900.13204.126066.67
Hex77B4DD2E130Dcc3c43
Octal167264335562301531474103
Binary111011110110100110111011011101001101101110011001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,180,221); }

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

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

 a { background-color: rgb(119,180,221); }

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

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

 span { border-color: rgb(119,180,221); }

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