Html Css Color HEX #7698D0 Jordy Blue

📋 copy color: '#7698D0'

red 118 ◦ green 152 ◦ blue 208

#7698D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7698D0

Tints of Jordy Blue #7698D0

RGB

 RED value IS 118 (46.48% from 255) = 24.69%

 GREEN value IS 152 (59.77% from 255) = 31.8%

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 24.69%
G = 31.8%
B = 43.51%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7698D0 (or 0x7698D0) is known color: Jordy Blue. HEX triplet: 76, 98 and D0. RGB value is (118,152,208). Sum of RGB (Red+Green+Blue) = 118+152+208=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #7698D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698D0 is #89672F. Grayscale: #939393. Windows color (decimal): -9004848 or 13670518. OLE color: 13670518.

HSL color Cylindrical-coordinate representation of color #7698D0: hue angle of 217.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7698D0 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 152 208 -
CMYK 0.43 0.27 0 0.18
HSL 217.33º 0.49% 0.64% -
HSV(B) 217.33º 0.43% 0.82% -
XYZ 30.08 30.86 64.05 -
YUV 148.22 161.74 106.45 -
System Red Green Blue C M Y K H S L
Decimal 118 152 208 0.43 0.27 0 0.18 217.33 0.49 0.64
Hex 76 98 D0 2B 1B 0 12 D9 31 40
Octal 166 230 320 53 33 0 22 331 61 100
Binary 1110110 10011000 11010000 101011 11011 0 10010 11011001 110001 1000000

Color Harmonies of #7698D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7698D0

Black with #7698D0

Text Example


Text Example

White with #7698D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7698D0;
 }
 .AnyTagClassName
 {
   color: #7698D0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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