#7CAED7

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

Shades of Jordy Blue #7CAED7

Tints of Jordy Blue #7CAED7

Color information

#7CAED7 (or 0x7CAED7) is unknown color: approx Jordy Blue. HEX triplet: 7C, AE and D7. RGB value is (124,174,215). Sum of RGB (Red+Green+Blue) = 124+174+215=513 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.17% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #7CAED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAED7 is #835128. Grayscale: #A3A3A3. Windows color (decimal): -8605993 or 14134908. OLE color: 14134908.

HSL color Cylindrical-coordinate representation of color #7CAED7: hue angle of 207.03º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CAED7 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB124174215-
CMYK0.420.1900.16
HSL207.03º53.22%66.47%-
HSV(B)207.03º42.33%84.31%-
XYZ35.7139.4670.02-
YUV163.72156.9499.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.17%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 215 (84.38% from 255) = 41.91%
R=24.17%
G=33.92%
B=41.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1241742150.420.1900.16207.0353.2266.47
Hex7CAED72A13010cf3542
Octal174256327522302031765102
Binary1111100101011101101011110101010011010000110011111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,174,215); }

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

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

 a { background-color: rgb(124,174,215); }

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

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

 span { border-color: rgb(124,174,215); }

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