#79AFEE

Color #79AFEE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #79AFEE

Tints of Jordy Blue #79AFEE

Color information

#79AFEE (or 0x79AFEE) is unknown color: approx Jordy Blue. HEX triplet: 79, AF and EE. RGB value is (121,175,238). Sum of RGB (Red+Green+Blue) = 121+175+238=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #79AFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AFEE is #865011. Grayscale: #A5A5A5. Windows color (decimal): -8802322 or 15642489. OLE color: 15642489.

HSL color Cylindrical-coordinate representation of color #79AFEE: hue angle of 212.31º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79AFEE is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121175238-
CMYK0.490.2600.07
HSL212.31º77.48%70.39%-
HSV(B)212.31º49.16%93.33%-
XYZ38.6540.986.75-
YUV166.04168.6195.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.66%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 238 (93.36% from 255) = 44.57%
R=22.66%
G=32.77%
B=44.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211752380.490.2600.07212.3177.4870.39
Hex79AFEE311A07d44d46
Octal171257356613207324115106
Binary111100110101111111011101100011101001111101010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79AFEE;
 }
 .AnyTagClassName
 {
   color: #79AFEE;
 }
</style>
background-color css

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

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

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

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

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

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