#7CADE4

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

Shades of Jordy Blue #7CADE4

Tints of Jordy Blue #7CADE4

Color information

#7CADE4 (or 0x7CADE4) is unknown color: approx Jordy Blue. HEX triplet: 7C, AD and E4. RGB value is (124,173,228). Sum of RGB (Red+Green+Blue) = 124+173+228=525 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.62% from 525); Green value is 173 (67.97% from 255 or 32.95% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #7CADE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CADE4 is #83521B. Grayscale: #A4A4A4. Windows color (decimal): -8606236 or 14986620. OLE color: 14986620.

HSL color Cylindrical-coordinate representation of color #7CADE4: hue angle of 211.73º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CADE4 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124173228-
CMYK0.460.2400.11
HSL211.73º65.82%69.02%-
HSV(B)211.73º45.61%89.41%-
XYZ37.2639.7779.11-
YUV164.62163.7799.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.62%
GREEN value IS 173 (67.97% from 255) = 32.95%
BLUE value IS 228 (89.45% from 255) = 43.43%
R=23.62%
G=32.95%
B=43.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1241732280.460.2400.11211.7365.8269.02
Hex7CADE42E180Bd44245
Octal1742553445630013324102105
Binary1111100101011011110010010111011000010111101010010000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CADE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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