Html Css Color HEX #79A4DE Jordy Blue

📋 copy color: '#79A4DE'

red 121 ◦ green 164 ◦ blue 222

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

Shades of Jordy Blue #79A4DE

Tints of Jordy Blue #79A4DE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.35%

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

R = 23.87%
G = 32.35%
B = 43.79%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79A4DE (or 0x79A4DE) is known color: Jordy Blue. HEX triplet: 79, A4 and DE. RGB value is (121,164,222). Sum of RGB (Red+Green+Blue) = 121+164+222=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #79A4DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A4DE is #865B21. Grayscale: #9D9D9D. Windows color (decimal): -8805154 or 14591097. OLE color: 14591097.

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

Color convert

RGB 121 164 222 -
CMYK 0.45 0.26 0 0.13
HSL 214.46º 0.6% 0.67% -
HSV(B) 214.46º 0.45% 0.87% -
XYZ 34.35 35.89 74.22 -
YUV 157.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 121 164 222 0.45 0.26 0 0.13 214.46 0.6 0.67
Hex 79 A4 DE 2D 1A 0 D D6 3C 43
Octal 171 244 336 55 32 0 15 326 74 103
Binary 1111001 10100100 11011110 101101 11010 0 1101 11010110 111100 1000011

Color Harmonies of #79A4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A4DE

Black with #79A4DE

Text Example


Text Example

White with #79A4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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