Html Css Color HEX #7699D5 Jordy Blue

📋 copy color: '#7699D5'

red 118 ◦ green 153 ◦ blue 213

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

Shades of Jordy Blue #7699D5

Tints of Jordy Blue #7699D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 24.38%
G = 31.61%
B = 44.01%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7699D5 (or 0x7699D5) is known color: Jordy Blue. HEX triplet: 76, 99 and D5. RGB value is (118,153,213). Sum of RGB (Red+Green+Blue) = 118+153+213=484 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.38% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #7699D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699D5 is #89662A. Grayscale: #959595. Windows color (decimal): -9004587 or 13998454. OLE color: 13998454.

HSL color Cylindrical-coordinate representation of color #7699D5: hue angle of 217.89º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7699D5 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 153 213 -
CMYK 0.45 0.28 0 0.16
HSL 217.89º 0.53% 0.65% -
HSV(B) 217.89º 0.45% 0.84% -
XYZ 30.87 31.44 67.39 -
YUV 149.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 118 153 213 0.45 0.28 0 0.16 217.89 0.53 0.65
Hex 76 99 D5 2D 1C 0 10 DA 35 41
Octal 166 231 325 55 34 0 20 332 65 101
Binary 1110110 10011001 11010101 101101 11100 0 10000 11011010 110101 1000001

Color Harmonies of #7699D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7699D5

Black with #7699D5

Text Example


Text Example

White with #7699D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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