#769ED5

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

Shades of Jordy Blue #769ED5

Tints of Jordy Blue #769ED5

Color information

#769ED5 (or 0x769ED5) is unknown color: approx Jordy Blue. HEX triplet: 76, 9E and D5. RGB value is (118,158,213). Sum of RGB (Red+Green+Blue) = 118+158+213=489 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.13% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #769ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ED5 is #89612A. Grayscale: #989898. Windows color (decimal): -9003307 or 13999734. OLE color: 13999734.

HSL color Cylindrical-coordinate representation of color #769ED5: hue angle of 214.74º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #769ED5 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118158213-
CMYK0.450.2600.16
HSL214.74º53.07%64.9%-
HSV(B)214.74º44.6%83.53%-
XYZ31.7133.1167.67-
YUV152.31162.25103.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.13%
GREEN value IS 158 (62.11% from 255) = 32.31%
BLUE value IS 213 (83.59% from 255) = 43.56%
R=24.13%
G=32.31%
B=43.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1181582130.450.2600.16214.7453.0764.9
Hex769ED52D1A010d73541
Octal166236325553202032765101
Binary1110110100111101101010110110111010010000110101111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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