#7CACD4

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

Shades of Jordy Blue #7CACD4

Tints of Jordy Blue #7CACD4

Color information

#7CACD4 (or 0x7CACD4) is unknown color: approx Jordy Blue. HEX triplet: 7C, AC and D4. RGB value is (124,172,212). Sum of RGB (Red+Green+Blue) = 124+172+212=508 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.41% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #7CACD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACD4 is #83532B. Grayscale: #A1A1A1. Windows color (decimal): -8606508 or 13937788. OLE color: 13937788.

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

Color convert

RGB124172212-
CMYK0.420.1900.17
HSL207.27º50.57%65.88%-
HSV(B)207.27º41.51%83.14%-
XYZ34.9538.5467.89-
YUV162.21156.1100.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.41%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 212 (83.20% from 255) = 41.73%
R=24.41%
G=33.86%
B=41.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1241722120.420.1900.17207.2750.5765.88
Hex7CACD42A13011cf3342
Octal174254324522302131763102
Binary1111100101011001101010010101010011010001110011111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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