#7CAADE

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

Shades of Jordy Blue #7CAADE

Tints of Jordy Blue #7CAADE

Color information

#7CAADE (or 0x7CAADE) is unknown color: approx Jordy Blue. HEX triplet: 7C, AA and DE. RGB value is (124,170,222). Sum of RGB (Red+Green+Blue) = 124+170+222=516 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.03% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #7CAADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAADE is #835521. Grayscale: #A1A1A1. Windows color (decimal): -8607010 or 14592636. OLE color: 14592636.

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

Color convert

RGB124170222-
CMYK0.440.2300.13
HSL211.84º59.76%67.84%-
HSV(B)211.84º44.14%87.06%-
XYZ35.8738.3174.61-
YUV162.17161.76100.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.03%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=24.03%
G=32.95%
B=43.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241702220.440.2300.13211.8459.7667.84
Hex7CAADE2C170Dd43c44
Octal174252336542701532474104
Binary111110010101010110111101011001011101101110101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CAADE; }

 p { color: rgb(124,170,222); }

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

<style>
 a { background-color: #7CAADE; }

 a { background-color: rgb(124,170,222); }

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

<style>
 span { border-color: #7CAADE; }

 span { border-color: rgb(124,170,222); }

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