Html Css Color HEX #7AAAEA Jordy Blue

📋 copy color: '#7AAAEA'

red 122 ◦ green 170 ◦ blue 234

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

Shades of Jordy Blue #7AAAEA

Tints of Jordy Blue #7AAAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.49%

R = 23.19%
G = 32.32%
B = 44.49%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7AAAEA (or 0x7AAAEA) is known color: Jordy Blue. HEX triplet: 7A, AA and EA. RGB value is (122,170,234). Sum of RGB (Red+Green+Blue) = 122+170+234=526 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.19% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 234 (91.80% from 255 or 44.49% from 526); Max value from RGB is 234 - color contains mainly: blue. Hex color #7AAAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AAAEA is #855515. Grayscale: #A2A2A2. Windows color (decimal): -8738070 or 15379066. OLE color: 15379066.

HSL color Cylindrical-coordinate representation of color #7AAAEA: hue angle of 214.29º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AAAEA is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 170 234 -
CMYK 0.48 0.27 0 0.08
HSL 214.29º 0.73% 0.7% -
HSV(B) 214.29º 0.48% 0.92% -
XYZ 37.25 38.83 83.37 -
YUV 162.94 168.1 98.8 -
System Red Green Blue C M Y K H S L
Decimal 122 170 234 0.48 0.27 0 0.08 214.29 0.73 0.7
Hex 7A AA EA 30 1B 0 8 D6 49 46
Octal 172 252 352 60 33 0 10 326 111 106
Binary 1111010 10101010 11101010 110000 11011 0 1000 11010110 1001001 1000110

Color Harmonies of #7AAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AAAEA

Black with #7AAAEA

Text Example


Text Example

White with #7AAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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