#7CACD5

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

Shades of Jordy Blue #7CACD5

Tints of Jordy Blue #7CACD5

Color information

#7CACD5 (or 0x7CACD5) is unknown color: approx Jordy Blue. HEX triplet: 7C, AC and D5. RGB value is (124,172,213). Sum of RGB (Red+Green+Blue) = 124+172+213=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #7CACD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACD5 is #83532A. Grayscale: #A2A2A2. Windows color (decimal): -8606507 or 14003324. OLE color: 14003324.

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

Color convert

RGB124172213-
CMYK0.420.1900.16
HSL207.64º51.45%66.08%-
HSV(B)207.64º41.78%83.53%-
XYZ35.0738.5968.55-
YUV162.32156.6100.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.36%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=24.36%
G=33.79%
B=41.85%

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
Decimal1241722130.420.1900.16207.6451.4566.08
Hex7CACD52A13010d03342
Octal174254325522302032063102
Binary1111100101011001101010110101010011010000110100001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,172,213); }

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

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

 a { background-color: rgb(124,172,213); }

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

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

 span { border-color: rgb(124,172,213); }

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