#769DDD

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

Shades of Jordy Blue #769DDD

Tints of Jordy Blue #769DDD

Color information

#769DDD (or 0x769DDD) is unknown color: approx Jordy Blue. HEX triplet: 76, 9D and DD. RGB value is (118,157,221). Sum of RGB (Red+Green+Blue) = 118+157+221=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #769DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DDD is #896222. Grayscale: #989898. Windows color (decimal): -9003555 or 14523766. OLE color: 14523766.

HSL color Cylindrical-coordinate representation of color #769DDD: hue angle of 217.28º 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 #769DDD is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118157221-
CMYK0.470.2900.13
HSL217.28º60.23%66.47%-
HSV(B)217.28º46.61%86.67%-
XYZ32.5833.1973.1-
YUV152.64166.58103.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.79%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=23.79%
G=31.65%
B=44.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181572210.470.2900.13217.2860.2366.47
Hex769DDD2F1D0Dd93c42
Octal166235335573501533174102
Binary111011010011101110111011011111110101101110110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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