#7CACDF

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

Shades of Jordy Blue #7CACDF

Tints of Jordy Blue #7CACDF

Color information

#7CACDF (or 0x7CACDF) is unknown color: approx Jordy Blue. HEX triplet: 7C, AC and DF. RGB value is (124,172,223). Sum of RGB (Red+Green+Blue) = 124+172+223=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACDF is #835320. Grayscale: #A3A3A3. Windows color (decimal): -8606497 or 14658684. OLE color: 14658684.

HSL color Cylindrical-coordinate representation of color #7CACDF: hue angle of 210.91º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CACDF is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124172223-
CMYK0.440.2300.13
HSL210.91º60.74%68.04%-
HSV(B)210.91º44.39%87.45%-
XYZ36.3839.1275.44-
YUV163.46161.699.85-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.89%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=23.89%
G=33.14%
B=42.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241722230.440.2300.13210.9160.7468.04
Hex7CACDF2C170Dd33d44
Octal174254337542701532375104
Binary111110010101100110111111011001011101101110100111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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