#77B3DD

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

Shades of Jordy Blue #77B3DD

Tints of Jordy Blue #77B3DD

Color information

#77B3DD (or 0x77B3DD) is unknown color: approx Jordy Blue. HEX triplet: 77, B3 and DD. RGB value is (119,179,221). Sum of RGB (Red+Green+Blue) = 119+179+221=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #77B3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B3DD is #884C22. Grayscale: #A5A5A5. Windows color (decimal): -8932387 or 14529399. OLE color: 14529399.

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

Color convert

RGB119179221-
CMYK0.460.1900.13
HSL204.71º60%66.67%-
HSV(B)204.71º46.15%86.67%-
XYZ36.7841.3874.46-
YUV165.85159.1294.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.93%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=22.93%
G=34.49%
B=42.58%

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
Decimal1191792210.460.1900.13204.716066.67
Hex77B3DD2E130Dcd3c43
Octal167263335562301531574103
Binary111011110110011110111011011101001101101110011011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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