Html Css Color HEX #79A8FF Jordy Blue

📋 copy color: '#79A8FF'

red 121 ◦ green 168 ◦ blue 255

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

Shades of Jordy Blue #79A8FF

Tints of Jordy Blue #79A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.88%

 BLUE value IS 255 (100% from 255) = 46.88%

R = 22.24%
G = 30.88%
B = 46.88%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#79A8FF (or 0x79A8FF) is known color: Jordy Blue. HEX triplet: 79, A8 and FF. RGB value is (121,168,255). Sum of RGB (Red+Green+Blue) = 121+168+255=544 (72% of max value = 765). Red value is 121 (47.66% from 255 or 22.24% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #79A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A8FF is #865700. Grayscale: #A3A3A3. Windows color (decimal): -8804097 or 16754809. OLE color: 16754809.

HSL color Cylindrical-coordinate representation of color #79A8FF: hue angle of 218.96º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79A8FF is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 121 168 255 -
CMYK 0.53 0.34 0 0
HSL 218.96º 1% 0.74% -
HSV(B) 218.96º 0.53% 1% -
XYZ 39.94 39.29 100.09 -
YUV 163.87 179.43 97.43 -
System Red Green Blue C M Y K H S L
Decimal 121 168 255 0.53 0.34 0 0 218.96 1 0.74
Hex 79 A8 FF 35 22 0 0 DB 64 4A
Octal 171 250 377 65 42 0 0 333 144 112
Binary 1111001 10101000 11111111 110101 100010 0 0 11011011 1100100 1001010

Color Harmonies of #79A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A8FF

Black with #79A8FF

Text Example


Text Example

White with #79A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,168,255); }

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

background-color css

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

 a { background-color: rgb(121,168,255); }

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

border-color css

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

 span { border-color: rgb(121,168,255); }

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