Html Css Color HEX #7AADE0 Jordy Blue

📋 copy color: '#7AADE0'

red 122 ◦ green 173 ◦ blue 224

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

Shades of Jordy Blue #7AADE0

Tints of Jordy Blue #7AADE0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 224 (87.89% from 255) = 43.16%

R = 23.51%
G = 33.33%
B = 43.16%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7AADE0 (or 0x7AADE0) is known color: Jordy Blue. HEX triplet: 7A, AD and E0. RGB value is (122,173,224). Sum of RGB (Red+Green+Blue) = 122+173+224=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #7AADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADE0 is #85521F. Grayscale: #A3A3A3. Windows color (decimal): -8737312 or 14724474. OLE color: 14724474.

HSL color Cylindrical-coordinate representation of color #7AADE0: hue angle of 210º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AADE0 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 122 173 224 -
CMYK 0.46 0.23 0 0.12
HSL 210º 0.62% 0.68% -
HSV(B) 210º 0.46% 0.88% -
XYZ 36.42 39.41 76.21 -
YUV 163.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 122 173 224 0.46 0.23 0 0.12 210 0.62 0.68
Hex 7A AD E0 2E 17 0 C D2 3E 44
Octal 172 255 340 56 27 0 14 322 76 104
Binary 1111010 10101101 11100000 101110 10111 0 1100 11010010 111110 1000100

Color Harmonies of #7AADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADE0

Black with #7AADE0

Text Example


Text Example

White with #7AADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,224); }

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

background-color css

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

 a { background-color: rgb(122,173,224); }

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

border-color css

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

 span { border-color: rgb(122,173,224); }

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