#769AD8

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

Shades of Jordy Blue #769AD8

Tints of Jordy Blue #769AD8

Color information

#769AD8 (or 0x769AD8) is unknown color: approx Jordy Blue. HEX triplet: 76, 9A and D8. RGB value is (118,154,216). Sum of RGB (Red+Green+Blue) = 118+154+216=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #769AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AD8 is #896527. Grayscale: #969696. Windows color (decimal): -9004328 or 14195318. OLE color: 14195318.

HSL color Cylindrical-coordinate representation of color #769AD8: hue angle of 217.96º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #769AD8 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118154216-
CMYK0.450.2900.15
HSL217.96º55.68%65.49%-
HSV(B)217.96º45.37%84.71%-
XYZ31.4231.9269.47-
YUV150.3165.07104.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.18%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 216 (84.77% from 255) = 44.26%
R=24.18%
G=31.56%
B=44.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181542160.450.2900.15217.9655.6865.49
Hex769AD82D1D0Fda3841
Octal166232330553501733270101
Binary111011010011010110110001011011110101111110110101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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