#769EDD

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

Shades of Jordy Blue #769EDD

Tints of Jordy Blue #769EDD

Color information

#769EDD (or 0x769EDD) is unknown color: approx Jordy Blue. HEX triplet: 76, 9E and DD. RGB value is (118,158,221). Sum of RGB (Red+Green+Blue) = 118+158+221=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #769EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EDD is #896122. Grayscale: #989898. Windows color (decimal): -9003299 or 14524022. OLE color: 14524022.

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

Color convert

RGB118158221-
CMYK0.470.2900.13
HSL216.7º60.23%66.47%-
HSV(B)216.7º46.61%86.67%-
XYZ32.7533.5373.15-
YUV153.22166.25102.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.74%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=23.74%
G=31.79%
B=44.47%

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
Decimal1181582210.470.2900.13216.760.2366.47
Hex769EDD2F1D0Dd93c42
Octal166236335573501533174102
Binary111011010011110110111011011111110101101110110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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