Html Css Color HEX #79A8CF Jordy Blue

📋 copy color: '#79A8CF'

red 121 ◦ green 168 ◦ blue 207

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

Shades of Jordy Blue #79A8CF

Tints of Jordy Blue #79A8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 24.4%
G = 33.87%
B = 41.73%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#79A8CF (or 0x79A8CF) is known color: Jordy Blue. HEX triplet: 79, A8 and CF. RGB value is (121,168,207). Sum of RGB (Red+Green+Blue) = 121+168+207=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #79A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8CF is #865730. Grayscale: #9E9E9E. Windows color (decimal): -8804145 or 13609081. OLE color: 13609081.

HSL color Cylindrical-coordinate representation of color #79A8CF: hue angle of 207.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79A8CF is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 168 207 -
CMYK 0.42 0.19 0 0.19
HSL 207.21º 0.47% 0.64% -
HSV(B) 207.21º 0.42% 0.81% -
XYZ 33.15 36.58 64.34 -
YUV 158.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 121 168 207 0.42 0.19 0 0.19 207.21 0.47 0.64
Hex 79 A8 CF 2A 13 0 13 CF 2F 40
Octal 171 250 317 52 23 0 23 317 57 100
Binary 1111001 10101000 11001111 101010 10011 0 10011 11001111 101111 1000000

Color Harmonies of #79A8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A8CF

Black with #79A8CF

Text Example


Text Example

White with #79A8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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