Html Css Color HEX #79AFDB Jordy Blue

📋 copy color: '#79AFDB'

red 121 ◦ green 175 ◦ blue 219

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

Shades of Jordy Blue #79AFDB

Tints of Jordy Blue #79AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.98%

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

R = 23.5%
G = 33.98%
B = 42.52%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79AFDB (or 0x79AFDB) is known color: Jordy Blue. HEX triplet: 79, AF and DB. RGB value is (121,175,219). Sum of RGB (Red+Green+Blue) = 121+175+219=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #79AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AFDB is #865024. Grayscale: #A3A3A3. Windows color (decimal): -8802341 or 14397305. OLE color: 14397305.

HSL color Cylindrical-coordinate representation of color #79AFDB: hue angle of 206.94º 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 #79AFDB is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 175 219 -
CMYK 0.45 0.20 0 0.14
HSL 206.94º 0.58% 0.67% -
HSV(B) 206.94º 0.45% 0.86% -
XYZ 36 39.84 72.81 -
YUV 163.87 159.11 97.42 -
System Red Green Blue C M Y K H S L
Decimal 121 175 219 0.45 0.20 0 0.14 206.94 0.58 0.67
Hex 79 AF DB 2D 14 0 E CF 3A 43
Octal 171 257 333 55 24 0 16 317 72 103
Binary 1111001 10101111 11011011 101101 10100 0 1110 11001111 111010 1000011

Color Harmonies of #79AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AFDB

Black with #79AFDB

Text Example


Text Example

White with #79AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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