#769DDC

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

Shades of Jordy Blue #769DDC

Tints of Jordy Blue #769DDC

Color information

#769DDC (or 0x769DDC) is unknown color: approx Jordy Blue. HEX triplet: 76, 9D and DC. RGB value is (118,157,220). Sum of RGB (Red+Green+Blue) = 118+157+220=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #769DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DDC is #896223. Grayscale: #989898. Windows color (decimal): -9003556 or 14458230. OLE color: 14458230.

HSL color Cylindrical-coordinate representation of color #769DDC: hue angle of 217.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769DDC is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118157220-
CMYK0.460.2900.14
HSL217.06º59.3%66.27%-
HSV(B)217.06º46.36%86.27%-
XYZ32.4533.1372.4-
YUV152.52166.08103.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.84%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=23.84%
G=31.72%
B=44.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181572200.460.2900.14217.0659.366.27
Hex769DDC2E1D0Ed93b42
Octal166235334563501633173102
Binary111011010011101110111001011101110101110110110011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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