Html Css Color HEX #7AA9D4 Jordy Blue

📋 copy color: '#7AA9D4'

red 122 ◦ green 169 ◦ blue 212

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

Shades of Jordy Blue #7AA9D4

Tints of Jordy Blue #7AA9D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.15%

R = 24.25%
G = 33.6%
B = 42.15%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7AA9D4 (or 0x7AA9D4) is known color: Jordy Blue. HEX triplet: 7A, A9 and D4. RGB value is (122,169,212). Sum of RGB (Red+Green+Blue) = 122+169+212=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #7AA9D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA9D4 is #85562B. Grayscale: #9F9F9F. Windows color (decimal): -8738348 or 13937018. OLE color: 13937018.

HSL color Cylindrical-coordinate representation of color #7AA9D4: hue angle of 208.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AA9D4 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 122 169 212 -
CMYK 0.42 0.20 0 0.17
HSL 208.67º 0.51% 0.65% -
HSV(B) 208.67º 0.42% 0.83% -
XYZ 34.1 37.27 67.68 -
YUV 159.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 122 169 212 0.42 0.20 0 0.17 208.67 0.51 0.65
Hex 7A A9 D4 2A 14 0 11 D1 33 41
Octal 172 251 324 52 24 0 21 321 63 101
Binary 1111010 10101001 11010100 101010 10100 0 10001 11010001 110011 1000001

Color Harmonies of #7AA9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA9D4

Black with #7AA9D4

Text Example


Text Example

White with #7AA9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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