Html Css Color HEX #79ACE7 Jordy Blue

📋 copy color: '#79ACE7'

red 121 ◦ green 172 ◦ blue 231

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

Shades of Jordy Blue #79ACE7

Tints of Jordy Blue #79ACE7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.82%

 BLUE value IS 231 (90.63% from 255) = 44.08%

R = 23.09%
G = 32.82%
B = 44.08%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#79ACE7 (or 0x79ACE7) is known color: Jordy Blue. HEX triplet: 79, AC and E7. RGB value is (121,172,231). Sum of RGB (Red+Green+Blue) = 121+172+231=524 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.09% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #79ACE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79ACE7 is #865318. Grayscale: #A3A3A3. Windows color (decimal): -8803097 or 15182969. OLE color: 15182969.

HSL color Cylindrical-coordinate representation of color #79ACE7: hue angle of 212.18º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79ACE7 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 172 231 -
CMYK 0.48 0.26 0 0.09
HSL 212.18º 0.7% 0.69% -
HSV(B) 212.18º 0.48% 0.91% -
XYZ 37.06 39.34 81.24 -
YUV 163.48 166.1 97.7 -
System Red Green Blue C M Y K H S L
Decimal 121 172 231 0.48 0.26 0 0.09 212.18 0.7 0.69
Hex 79 AC E7 30 1A 0 9 D4 46 45
Octal 171 254 347 60 32 0 11 324 106 105
Binary 1111001 10101100 11100111 110000 11010 0 1001 11010100 1000110 1000101

Color Harmonies of #79ACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ACE7

Black with #79ACE7

Text Example


Text Example

White with #79ACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,172,231); }

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

background-color css

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

 a { background-color: rgb(121,172,231); }

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

border-color css

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

 span { border-color: rgb(121,172,231); }

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