Html Css Color HEX #7AA9EC Jordy Blue

📋 copy color: '#7AA9EC'

red 122 ◦ green 169 ◦ blue 236

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

Shades of Jordy Blue #7AA9EC

Tints of Jordy Blue #7AA9EC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.07%

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 23.15%
G = 32.07%
B = 44.78%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7AA9EC (or 0x7AA9EC) is known color: Jordy Blue. HEX triplet: 7A, A9 and EC. RGB value is (122,169,236). Sum of RGB (Red+Green+Blue) = 122+169+236=527 (69% of max value = 765). Red value is 122 (48.05% from 255 or 23.15% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #7AA9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA9EC is #855613. Grayscale: #A2A2A2. Windows color (decimal): -8738324 or 15509882. OLE color: 15509882.

HSL color Cylindrical-coordinate representation of color #7AA9EC: hue angle of 215.26º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AA9EC is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 122 169 236 -
CMYK 0.48 0.28 0 0.07
HSL 215.26º 0.75% 0.7% -
HSV(B) 215.26º 0.48% 0.93% -
XYZ 37.35 38.57 84.83 -
YUV 162.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 122 169 236 0.48 0.28 0 0.07 215.26 0.75 0.7
Hex 7A A9 EC 30 1C 0 7 D7 4B 46
Octal 172 251 354 60 34 0 7 327 113 106
Binary 1111010 10101001 11101100 110000 11100 0 111 11010111 1001011 1000110

Color Harmonies of #7AA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA9EC

Black with #7AA9EC

Text Example


Text Example

White with #7AA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,169,236); }

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

background-color css

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

 a { background-color: rgb(122,169,236); }

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

border-color css

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

 span { border-color: rgb(122,169,236); }

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