#769ADD

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

Shades of Jordy Blue #769ADD

Tints of Jordy Blue #769ADD

Color information

#769ADD (or 0x769ADD) is unknown color: approx Jordy Blue. HEX triplet: 76, 9A and DD. RGB value is (118,154,221). Sum of RGB (Red+Green+Blue) = 118+154+221=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #769ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ADD is #896522. Grayscale: #969696. Windows color (decimal): -9004323 or 14522998. OLE color: 14522998.

HSL color Cylindrical-coordinate representation of color #769ADD: hue angle of 219.03º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769ADD is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118154221-
CMYK0.470.3000.13
HSL219.03º60.23%66.47%-
HSV(B)219.03º46.61%86.67%-
XYZ32.0832.1872.93-
YUV150.87167.57104.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 154 (60.55% from 255) = 31.24%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=23.94%
G=31.24%
B=44.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181542210.470.3000.13219.0360.2366.47
Hex769ADD2F1E0Ddb3c42
Octal166232335573601533374102
Binary111011010011010110111011011111111001101110110111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769ADD; }

 p { color: rgb(118,154,221); }

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

<style>
 a { background-color: #769ADD; }

 a { background-color: rgb(118,154,221); }

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

<style>
 span { border-color: #769ADD; }

 span { border-color: rgb(118,154,221); }

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