#7CADE0

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

Shades of Jordy Blue #7CADE0

Tints of Jordy Blue #7CADE0

Color information

#7CADE0 (or 0x7CADE0) is unknown color: approx Jordy Blue. HEX triplet: 7C, AD and E0. RGB value is (124,173,224). Sum of RGB (Red+Green+Blue) = 124+173+224=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #7CADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADE0 is #83521F. Grayscale: #A3A3A3. Windows color (decimal): -8606240 or 14724476. OLE color: 14724476.

HSL color Cylindrical-coordinate representation of color #7CADE0: hue angle of 210.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CADE0 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB124173224-
CMYK0.450.2300.12
HSL210.6º61.73%68.24%-
HSV(B)210.6º44.64%87.84%-
XYZ36.7139.5576.22-
YUV164.16161.7799.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.80%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 224 (87.89% from 255) = 42.99%
R=23.80%
G=33.21%
B=42.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1241732240.450.2300.12210.661.7368.24
Hex7CADE02D170Cd33e44
Octal174255340552701432376104
Binary111110010101101111000001011011011101100110100111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,173,224); }

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

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

 a { background-color: rgb(124,173,224); }

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

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

 span { border-color: rgb(124,173,224); }

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