Html Css Color HEX #7AAAD3 Jordy Blue

📋 copy color: '#7AAAD3'

red 122 ◦ green 170 ◦ blue 211

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

Shades of Jordy Blue #7AAAD3

Tints of Jordy Blue #7AAAD3

RGB

 RED value IS 122 (48.05% from 255) = 24.25%

 GREEN value IS 170 (66.8% from 255) = 33.8%

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 24.25%
G = 33.8%
B = 41.95%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7AAAD3 (or 0x7AAAD3) is known color: Jordy Blue. HEX triplet: 7A, AA and D3. RGB value is (122,170,211). Sum of RGB (Red+Green+Blue) = 122+170+211=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #7AAAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAAD3 is #85552C. Grayscale: #A0A0A0. Windows color (decimal): -8738093 or 13871738. OLE color: 13871738.

HSL color Cylindrical-coordinate representation of color #7AAAD3: hue angle of 207.64º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AAAD3 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 122 170 211 -
CMYK 0.42 0.19 0 0.17
HSL 207.64º 0.5% 0.65% -
HSV(B) 207.64º 0.42% 0.83% -
XYZ 34.16 37.59 67.08 -
YUV 160.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 122 170 211 0.42 0.19 0 0.17 207.64 0.5 0.65
Hex 7A AA D3 2A 13 0 11 D0 32 41
Octal 172 252 323 52 23 0 21 320 62 101
Binary 1111010 10101010 11010011 101010 10011 0 10001 11010000 110010 1000001

Color Harmonies of #7AAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAAD3

Black with #7AAAD3

Text Example


Text Example

White with #7AAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AAAD3; }

 p { color: rgb(122,170,211); }

 H1.HeaderClassName
 {
   color: #7AAAD3;
 }
 .AnyTagClassName
 {
   color: #7AAAD3;
 }
</style>

background-color css

<style>
 a { background-color: #7AAAD3; }

 a { background-color: rgb(122,170,211); }

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

border-color css

<style>
 span { border-color: #7AAAD3; }

 span { border-color: rgb(122,170,211); }

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