Html Css Color HEX #7AAADC Jordy Blue

📋 copy color: '#7AAADC'

red 122 ◦ green 170 ◦ blue 220

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

Shades of Jordy Blue #7AAADC

Tints of Jordy Blue #7AAADC

RGB

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

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

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

R = 23.83%
G = 33.2%
B = 42.97%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7AAADC (or 0x7AAADC) is known color: Jordy Blue. HEX triplet: 7A, AA and DC. RGB value is (122,170,220). Sum of RGB (Red+Green+Blue) = 122+170+220=512 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.83% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AAADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAADC is #855523. Grayscale: #A1A1A1. Windows color (decimal): -8738084 or 14461562. OLE color: 14461562.

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

Color convert

RGB 122 170 220 -
CMYK 0.45 0.23 0 0.14
HSL 210.61º 0.58% 0.67% -
HSV(B) 210.61º 0.45% 0.86% -
XYZ 35.32 38.05 73.19 -
YUV 161.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 122 170 220 0.45 0.23 0 0.14 210.61 0.58 0.67
Hex 7A AA DC 2D 17 0 E D3 3A 43
Octal 172 252 334 55 27 0 16 323 72 103
Binary 1111010 10101010 11011100 101101 10111 0 1110 11010011 111010 1000011

Color Harmonies of #7AAADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAADC

Black with #7AAADC

Text Example


Text Example

White with #7AAADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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