Html Css Color HEX #79A1DE Jordy Blue

📋 copy color: '#79A1DE'

red 121 ◦ green 161 ◦ blue 222

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

Shades of Jordy Blue #79A1DE

Tints of Jordy Blue #79A1DE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.94%

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

R = 24.01%
G = 31.94%
B = 44.05%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79A1DE (or 0x79A1DE) is known color: Jordy Blue. HEX triplet: 79, A1 and DE. RGB value is (121,161,222). Sum of RGB (Red+Green+Blue) = 121+161+222=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #79A1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1DE is #865E21. Grayscale: #9B9B9B. Windows color (decimal): -8805922 or 14590329. OLE color: 14590329.

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

Color convert

RGB 121 161 222 -
CMYK 0.45 0.27 0 0.13
HSL 216.24º 0.6% 0.67% -
HSV(B) 216.24º 0.45% 0.87% -
XYZ 33.81 34.83 74.05 -
YUV 155.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 121 161 222 0.45 0.27 0 0.13 216.24 0.6 0.67
Hex 79 A1 DE 2D 1B 0 D D8 3C 43
Octal 171 241 336 55 33 0 15 330 74 103
Binary 1111001 10100001 11011110 101101 11011 0 1101 11011000 111100 1000011

Color Harmonies of #79A1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A1DE

Black with #79A1DE

Text Example


Text Example

White with #79A1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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