#7CACDA

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

Shades of Jordy Blue #7CACDA

Tints of Jordy Blue #7CACDA

Color information

#7CACDA (or 0x7CACDA) is unknown color: approx Jordy Blue. HEX triplet: 7C, AC and DA. RGB value is (124,172,218). Sum of RGB (Red+Green+Blue) = 124+172+218=514 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.12% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CACDA is #835325. Grayscale: #A2A2A2. Windows color (decimal): -8606502 or 14331004. OLE color: 14331004.

HSL color Cylindrical-coordinate representation of color #7CACDA: hue angle of 209.36º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CACDA is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB124172218-
CMYK0.430.2100.15
HSL209.36º55.95%67.06%-
HSV(B)209.36º43.12%85.49%-
XYZ35.7238.8571.95-
YUV162.89159.1100.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.12%
GREEN value IS 172 (67.58% from 255) = 33.46%
BLUE value IS 218 (85.55% from 255) = 42.41%
R=24.12%
G=33.46%
B=42.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1241722180.430.2100.15209.3655.9567.06
Hex7CACDA2B150Fd13843
Octal174254332532501732170103
Binary111110010101100110110101010111010101111110100011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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