#7698D8

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

Shades of Jordy Blue #7698D8

Tints of Jordy Blue #7698D8

Color information

#7698D8 (or 0x7698D8) is unknown color: approx Jordy Blue. HEX triplet: 76, 98 and D8. RGB value is (118,152,216). Sum of RGB (Red+Green+Blue) = 118+152+216=486 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.28% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #7698D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698D8 is #896727. Grayscale: #949494. Windows color (decimal): -9004840 or 14194806. OLE color: 14194806.

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

Color convert

RGB118152216-
CMYK0.450.3000.15
HSL219.18º55.68%65.49%-
HSV(B)219.18º45.37%84.71%-
XYZ31.0931.2769.36-
YUV149.13165.74105.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.28%
GREEN value IS 152 (59.77% from 255) = 31.28%
BLUE value IS 216 (84.77% from 255) = 44.44%
R=24.28%
G=31.28%
B=44.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181522160.450.3000.15219.1855.6865.49
Hex7698D82D1E0Fdb3841
Octal166230330553601733370101
Binary111011010011000110110001011011111001111110110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7698D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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