#7CAED6

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

Shades of Jordy Blue #7CAED6

Tints of Jordy Blue #7CAED6

Color information

#7CAED6 (or 0x7CAED6) is unknown color: approx Jordy Blue. HEX triplet: 7C, AE and D6. RGB value is (124,174,214). Sum of RGB (Red+Green+Blue) = 124+174+214=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #7CAED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CAED6 is #835129. Grayscale: #A3A3A3. Windows color (decimal): -8605994 or 14069372. OLE color: 14069372.

HSL color Cylindrical-coordinate representation of color #7CAED6: hue angle of 206.67º degrees, saturation: 0.52, 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 #7CAED6 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB124174214-
CMYK0.420.1900.16
HSL206.67º52.33%66.27%-
HSV(B)206.67º42.06%83.92%-
XYZ35.5939.4169.35-
YUV163.61156.4499.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.22%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 214 (83.98% from 255) = 41.80%
R=24.22%
G=33.98%
B=41.80%

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
Decimal1241742140.420.1900.16206.6752.3366.27
Hex7CAED62A13010cf3442
Octal174256326522302031764102
Binary1111100101011101101011010101010011010000110011111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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