Html Css Color HEX #79A8FD Jordy Blue

📋 copy color: '#79A8FD'

red 121 ◦ green 168 ◦ blue 253

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

Shades of Jordy Blue #79A8FD

Tints of Jordy Blue #79A8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 22.32%
G = 31%
B = 46.68%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#79A8FD (or 0x79A8FD) is known color: Jordy Blue. HEX triplet: 79, A8 and FD. RGB value is (121,168,253). Sum of RGB (Red+Green+Blue) = 121+168+253=542 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.32% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #79A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A8FD is #865702. Grayscale: #A3A3A3. Windows color (decimal): -8804099 or 16623737. OLE color: 16623737.

HSL color Cylindrical-coordinate representation of color #79A8FD: hue angle of 218.64º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79A8FD is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 121 168 253 -
CMYK 0.52 0.34 0 0.01
HSL 218.64º 0.97% 0.73% -
HSV(B) 218.64º 0.52% 0.99% -
XYZ 39.62 39.16 98.4 -
YUV 163.64 178.43 97.59 -
System Red Green Blue C M Y K H S L
Decimal 121 168 253 0.52 0.34 0 0.01 218.64 0.97 0.73
Hex 79 A8 FD 34 22 0 1 DB 61 49
Octal 171 250 375 64 42 0 1 333 141 111
Binary 1111001 10101000 11111101 110100 100010 0 1 11011011 1100001 1001001

Color Harmonies of #79A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A8FD

Black with #79A8FD

Text Example


Text Example

White with #79A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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