Html Css Color HEX #79ABDE Jordy Blue

📋 copy color: '#79ABDE'

red 121 ◦ green 171 ◦ blue 222

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

Shades of Jordy Blue #79ABDE

Tints of Jordy Blue #79ABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.27%

 BLUE value IS 222 (87.11% from 255) = 43.19%

R = 23.54%
G = 33.27%
B = 43.19%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79ABDE (or 0x79ABDE) is known color: Jordy Blue. HEX triplet: 79, AB and DE. RGB value is (121,171,222). Sum of RGB (Red+Green+Blue) = 121+171+222=514 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.54% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #79ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABDE is #865421. Grayscale: #A1A1A1. Windows color (decimal): -8803362 or 14592889. OLE color: 14592889.

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

Color convert

RGB 121 171 222 -
CMYK 0.45 0.23 0 0.13
HSL 210.3º 0.6% 0.67% -
HSV(B) 210.3º 0.45% 0.87% -
XYZ 35.63 38.46 74.65 -
YUV 161.86 161.94 98.85 -
System Red Green Blue C M Y K H S L
Decimal 121 171 222 0.45 0.23 0 0.13 210.3 0.6 0.67
Hex 79 AB DE 2D 17 0 D D2 3C 43
Octal 171 253 336 55 27 0 15 322 74 103
Binary 1111001 10101011 11011110 101101 10111 0 1101 11010010 111100 1000011

Color Harmonies of #79ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ABDE

Black with #79ABDE

Text Example


Text Example

White with #79ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,171,222); }

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

background-color css

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

 a { background-color: rgb(121,171,222); }

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

border-color css

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

 span { border-color: rgb(121,171,222); }

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