#769fdf

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

Shades of Jordy Blue #769FDF

Tints of Jordy Blue #769FDF

Color information

#769FDF (or 0x769FDF) is unknown color: approx Jordy Blue. HEX triplet: 76, 9F and DF. RGB value is (118,159,223). Sum of RGB (Red+Green+Blue) = 118+159+223=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #769FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FDF is #896020. Grayscale: #999999. Windows color (decimal): -9003041 or 14655350. OLE color: 14655350.

HSL color Cylindrical-coordinate representation of color #769FDF: hue angle of 216.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #769FDF is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118159223-
CMYK0.470.2900.13
HSL216.57º62.13%66.86%-
HSV(B)216.57º47.09%87.45%-
XYZ33.1933.9874.62-
YUV154.04166.92102.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.6%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 223 (87.5% from 255) = 44.6%
R=23.6%
G=31.8%
B=44.6%

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
Decimal1181592230.470.2900.13216.5762.1366.86
Hex769FDF2F1D0Dd93e43
Octal166237337573501533176103
Binary111011010011111110111111011111110101101110110011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,159,223); }

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

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

 a { background-color: rgb(118,159,223); }

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

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

 span { border-color: rgb(118,159,223); }

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