Html Css Color HEX #7699DC Jordy Blue

📋 copy color: '#7699DC'

red 118 ◦ green 153 ◦ blue 220

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

Shades of Jordy Blue #7699DC

Tints of Jordy Blue #7699DC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.16%

 BLUE value IS 220 (86.33% from 255) = 44.81%

R = 24.03%
G = 31.16%
B = 44.81%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7699DC (or 0x7699DC) is known color: Jordy Blue. HEX triplet: 76, 99 and DC. RGB value is (118,153,220). Sum of RGB (Red+Green+Blue) = 118+153+220=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #7699DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699DC is #896623. Grayscale: #959595. Windows color (decimal): -9004580 or 14457206. OLE color: 14457206.

HSL color Cylindrical-coordinate representation of color #7699DC: hue angle of 219.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7699DC is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 153 220 -
CMYK 0.46 0.30 0 0.14
HSL 219.41º 0.59% 0.66% -
HSV(B) 219.41º 0.46% 0.86% -
XYZ 31.78 31.8 72.17 -
YUV 150.17 167.4 105.05 -
System Red Green Blue C M Y K H S L
Decimal 118 153 220 0.46 0.30 0 0.14 219.41 0.59 0.66
Hex 76 99 DC 2E 1E 0 E DB 3B 42
Octal 166 231 334 56 36 0 16 333 73 102
Binary 1110110 10011001 11011100 101110 11110 0 1110 11011011 111011 1000010

Color Harmonies of #7699DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699DC

Black with #7699DC

Text Example


Text Example

White with #7699DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7699DC; }

 p { color: rgb(118,153,220); }

 H1.HeaderClassName
 {
   color: #7699DC;
 }
 .AnyTagClassName
 {
   color: #7699DC;
 }
</style>

background-color css

<style>
 a { background-color: #7699DC; }

 a { background-color: rgb(118,153,220); }

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

border-color css

<style>
 span { border-color: #7699DC; }

 span { border-color: rgb(118,153,220); }

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