#7698DA

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

Shades of Jordy Blue #7698DA

Tints of Jordy Blue #7698DA

Color information

#7698DA (or 0x7698DA) is unknown color: approx Jordy Blue. HEX triplet: 76, 98 and DA. RGB value is (118,152,218). Sum of RGB (Red+Green+Blue) = 118+152+218=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #7698DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698DA is #896725. Grayscale: #959595. Windows color (decimal): -9004838 or 14325878. OLE color: 14325878.

HSL color Cylindrical-coordinate representation of color #7698DA: hue angle of 219.6º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7698DA is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118152218-
CMYK0.460.3000.15
HSL219.6º57.47%65.88%-
HSV(B)219.6º45.87%85.49%-
XYZ31.3531.3770.73-
YUV149.36166.74105.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.18%
GREEN value IS 152 (59.77% from 255) = 31.15%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=24.18%
G=31.15%
B=44.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181522180.460.3000.15219.657.4765.88
Hex7698DA2E1E0Fdc3942
Octal166230332563601733471102
Binary111011010011000110110101011101111001111110111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7698DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7698DA; }

 p { color: rgb(118,152,218); }

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

<style>
 a { background-color: #7698DA; }

 a { background-color: rgb(118,152,218); }

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

<style>
 span { border-color: #7698DA; }

 span { border-color: rgb(118,152,218); }

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