Html Css Color HEX #79A9DB Jordy Blue

📋 copy color: '#79A9DB'

red 121 ◦ green 169 ◦ blue 219

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

Shades of Jordy Blue #79A9DB

Tints of Jordy Blue #79A9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.2%

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 23.77%
G = 33.2%
B = 43.03%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79A9DB (or 0x79A9DB) is known color: Jordy Blue. HEX triplet: 79, A9 and DB. RGB value is (121,169,219). Sum of RGB (Red+Green+Blue) = 121+169+219=509 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.77% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #79A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A9DB is #865624. Grayscale: #A0A0A0. Windows color (decimal): -8803877 or 14395769. OLE color: 14395769.

HSL color Cylindrical-coordinate representation of color #79A9DB: hue angle of 210.61º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79A9DB is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 169 219 -
CMYK 0.45 0.23 0 0.14
HSL 210.61º 0.58% 0.67% -
HSV(B) 210.61º 0.45% 0.86% -
XYZ 34.86 37.56 72.43 -
YUV 160.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 121 169 219 0.45 0.23 0 0.14 210.61 0.58 0.67
Hex 79 A9 DB 2D 17 0 E D3 3A 43
Octal 171 251 333 55 27 0 16 323 72 103
Binary 1111001 10101001 11011011 101101 10111 0 1110 11010011 111010 1000011

Color Harmonies of #79A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A9DB

Black with #79A9DB

Text Example


Text Example

White with #79A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,169,219); }

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

background-color css

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

 a { background-color: rgb(121,169,219); }

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

border-color css

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

 span { border-color: rgb(121,169,219); }

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