#769BCF

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

Shades of Jordy Blue #769BCF

Tints of Jordy Blue #769BCF

Color information

#769BCF (or 0x769BCF) is unknown color: approx Jordy Blue. HEX triplet: 76, 9B and CF. RGB value is (118,155,207). Sum of RGB (Red+Green+Blue) = 118+155+207=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #769BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BCF is #896430. Grayscale: #959595. Windows color (decimal): -9004081 or 13605750. OLE color: 13605750.

HSL color Cylindrical-coordinate representation of color #769BCF: hue angle of 215.06º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #769BCF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118155207-
CMYK0.430.2500.19
HSL215.06º48.11%63.73%-
HSV(B)215.06º43%81.18%-
XYZ30.4631.863.56-
YUV149.86160.24105.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.58%
GREEN value IS 155 (60.94% from 255) = 32.29%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=24.58%
G=32.29%
B=43.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1181552070.430.2500.19215.0648.1163.73
Hex769BCF2B19013d73040
Octal166233317533102332760100
Binary1110110100110111100111110101111001010011110101111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,155,207); }

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

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

 a { background-color: rgb(118,155,207); }

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

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

 span { border-color: rgb(118,155,207); }

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