#769ED9

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

Shades of Jordy Blue #769ED9

Tints of Jordy Blue #769ED9

Color information

#769ED9 (or 0x769ED9) is unknown color: approx Jordy Blue. HEX triplet: 76, 9E and D9. RGB value is (118,158,217). Sum of RGB (Red+Green+Blue) = 118+158+217=493 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.94% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #769ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ED9 is #896126. Grayscale: #989898. Windows color (decimal): -9003303 or 14261878. OLE color: 14261878.

HSL color Cylindrical-coordinate representation of color #769ED9: hue angle of 215.76º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769ED9 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118158217-
CMYK0.460.2700.15
HSL215.76º56.57%65.69%-
HSV(B)215.76º45.62%85.1%-
XYZ32.2233.3270.38-
YUV152.77164.25103.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.94%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 217 (85.16% from 255) = 44.02%
R=23.94%
G=32.05%
B=44.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181582170.460.2700.15215.7656.5765.69
Hex769ED92E1B0Fd83942
Octal166236331563301733071102
Binary111011010011110110110011011101101101111110110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,158,217); }

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

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

 a { background-color: rgb(118,158,217); }

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

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

 span { border-color: rgb(118,158,217); }

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