Html Css Color HEX #79AEEA Jordy Blue

📋 copy color: '#79AEEA'

red 121 ◦ green 174 ◦ blue 234

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

Shades of Jordy Blue #79AEEA

Tints of Jordy Blue #79AEEA

RGB

 RED value IS 121 (47.66% from 255) = 22.87%

 GREEN value IS 174 (68.36% from 255) = 32.89%

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

R = 22.87%
G = 32.89%
B = 44.23%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#79AEEA (or 0x79AEEA) is known color: Jordy Blue. HEX triplet: 79, AE and EA. RGB value is (121,174,234). Sum of RGB (Red+Green+Blue) = 121+174+234=529 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.87% from 529); Green value is 174 (68.36% from 255 or 32.89% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #79AEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AEEA is #865115. Grayscale: #A4A4A4. Windows color (decimal): -8802582 or 15380089. OLE color: 15380089.

HSL color Cylindrical-coordinate representation of color #79AEEA: hue angle of 211.86º 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 #79AEEA is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 121 174 234 -
CMYK 0.48 0.26 0 0.08
HSL 211.86º 0.73% 0.7% -
HSV(B) 211.86º 0.48% 0.92% -
XYZ 37.87 40.28 83.62 -
YUV 164.99 166.94 96.62 -
System Red Green Blue C M Y K H S L
Decimal 121 174 234 0.48 0.26 0 0.08 211.86 0.73 0.7
Hex 79 AE EA 30 1A 0 8 D4 49 46
Octal 171 256 352 60 32 0 10 324 111 106
Binary 1111001 10101110 11101010 110000 11010 0 1000 11010100 1001001 1000110

Color Harmonies of #79AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AEEA

Black with #79AEEA

Text Example


Text Example

White with #79AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79AEEA; }

 p { color: rgb(121,174,234); }

 H1.HeaderClassName
 {
   color: #79AEEA;
 }
 .AnyTagClassName
 {
   color: #79AEEA;
 }
</style>

background-color css

<style>
 a { background-color: #79AEEA; }

 a { background-color: rgb(121,174,234); }

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

border-color css

<style>
 span { border-color: #79AEEA; }

 span { border-color: rgb(121,174,234); }

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