Html Css Color HEX #7AAADE Jordy Blue

📋 copy color: '#7AAADE'

red 122 ◦ green 170 ◦ blue 222

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

Shades of Jordy Blue #7AAADE

Tints of Jordy Blue #7AAADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.19%

R = 23.74%
G = 33.07%
B = 43.19%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7AAADE (or 0x7AAADE) is known color: Jordy Blue. HEX triplet: 7A, AA and DE. RGB value is (122,170,222). Sum of RGB (Red+Green+Blue) = 122+170+222=514 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.74% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #7AAADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAADE is #855521. Grayscale: #A1A1A1. Windows color (decimal): -8738082 or 14592634. OLE color: 14592634.

HSL color Cylindrical-coordinate representation of color #7AAADE: hue angle of 211.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AAADE is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 170 222 -
CMYK 0.45 0.23 0 0.13
HSL 211.2º 0.6% 0.67% -
HSV(B) 211.2º 0.45% 0.87% -
XYZ 35.59 38.16 74.6 -
YUV 161.58 162.1 99.77 -
System Red Green Blue C M Y K H S L
Decimal 122 170 222 0.45 0.23 0 0.13 211.2 0.6 0.67
Hex 7A AA DE 2D 17 0 D D3 3C 43
Octal 172 252 336 55 27 0 15 323 74 103
Binary 1111010 10101010 11011110 101101 10111 0 1101 11010011 111100 1000011

Color Harmonies of #7AAADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAADE

Black with #7AAADE

Text Example


Text Example

White with #7AAADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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